AWS SDK for .NET Documentation
DownloadDirectoryProgressArgs Constructor (numberOfFilesDownloaded, totalNumberOfFiles, currentFile, transferredBytesForCurrentFile, totalNumberOfBytesForCurrentFile)
AmazonAmazon.S3.TransferDownloadDirectoryProgressArgsDownloadDirectoryProgressArgs(Int32, Int32, String, Int64, Int64) Did this page help you?   Yes   No    Tell us about it...
Constructs a new instance of DownloadDirectoryProgressArgs.
Declaration Syntax
C#
public DownloadDirectoryProgressArgs(
	int numberOfFilesDownloaded,
	int totalNumberOfFiles,
	string currentFile,
	long transferredBytesForCurrentFile,
	long totalNumberOfBytesForCurrentFile
)
Parameters
numberOfFilesDownloaded (Int32)
The number of files downloaded.
totalNumberOfFiles (Int32)
The total number of files to download.
currentFile (String)
The current file being downloaded
transferredBytesForCurrentFile (Int64)
The number of transferred bytes for the current file.
totalNumberOfBytesForCurrentFile (Int64)
The size of the current file in bytes.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)