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.
Encapsulates the information needed to provide
transfer progress to subscribers of the UploadDirectory
event.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class UploadDirectoryProgressArgs : EventArgs
The UploadDirectoryProgressArgs type exposes the following members
Name | Description | |
---|---|---|
UploadDirectoryProgressArgs(int, int, string, Int64, Int64) |
Constructs a new instance of |
|
UploadDirectoryProgressArgs(int, int, Int64, Int64, string, Int64, Int64) |
Constructs a new instance of |
Name | Type | Description | |
---|---|---|---|
CurrentFile | System.String |
Gets or sets the current file. |
|
NumberOfFilesUploaded | System.Int32 |
Gets or sets the number of files uploaded. |
|
TotalBytes | System.Int64 |
Gets or sets the total number of bytes across all files being uploaded. |
|
TotalNumberOfBytesForCurrentFile | System.Int64 |
Gets or sets the total number of bytes for current file. |
|
TotalNumberOfFiles | System.Int32 |
Gets or sets the total number of files. |
|
TransferredBytes | System.Int64 |
Gets or sets the bytes transferred across all files being uploaded. |
|
TransferredBytesForCurrentFile | System.Int64 |
Gets or sets the transferred bytes for current file. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5