Encapsulates the information needed to provide
transfer progress to subscribers of the UploadDirectory
event.
Namespace: Amazon.S3.TransferAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| UploadDirectoryProgressArgs(Int32, Int32, String, Int64, Int64) |
Constructs a new instance of UploadDirectoryProgressArgs.
| |
| CurrentFile |
Gets or sets the current file.
| |
| Equals(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.) | |
| NumberOfFilesUploaded |
Gets or sets the number of files uploaded.
| |
| ToString()()()() | (Inherited from Object.) | |
| TotalNumberOfBytesForCurrentFile |
Gets or sets the total number of bytes for current file.
| |
| TotalNumberOfFiles |
Gets or sets the total number of files.
| |
| TransferredBytesForCurrentFile |
Gets or sets the transferred bytes for current file.
|