AWS SDK for .NET Documentation
DownloadDirectoryProgressArgs Class
AmazonAmazon.S3.TransferDownloadDirectoryProgressArgs Did this page help you?   Yes   No    Tell us about it...
Encapsulates the information needed to provide transfer progress to subscribers of the DownloadDirectory event.
Declaration Syntax
C#
public class DownloadDirectoryProgressArgs : EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DownloadDirectoryProgressArgs(Int32, Int32, String, Int64, Int64)
Constructs a new instance of DownloadDirectoryProgressArgs.

CurrentFile
Gets or sets the current file being downloaded.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NumberOfFilesDownloaded
Gets or sets the number of files downloaded so far.

ToString()()()() (Overrides Object.ToString()()()().)
TotalNumberOfBytesForCurrentFile
Gets or sets the total number of bytes for the current file.

TotalNumberOfFiles
Gets or sets the total number of files.

TransferredBytesForCurrentFile
Gets or sets the transferred bytes for the current file.

Inheritance Hierarchy
Object
EventArgs
 DownloadDirectoryProgressArgs

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