AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Constructs a new instance of DownloadDirectoryProgressArgs.

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public DownloadDirectoryProgressArgs(
         Int32 numberOfFilesDownloaded,
         Int32 totalNumberOfFiles,
         String currentFile,
         Int64 transferredBytesForCurrentFile,
         Int64 totalNumberOfBytesForCurrentFile
)

Parameters

numberOfFilesDownloaded
Type: System.Int32

The number of files downloaded.

totalNumberOfFiles
Type: System.Int32

The total number of files to download.

currentFile
Type: System.String

The current file being downloaded

transferredBytesForCurrentFile
Type: System.Int64

The number of transferred bytes for the current file.

totalNumberOfBytesForCurrentFile
Type: System.Int64

The size of the current file in bytes.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5