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.
Constructs a new instance of UploadDirectoryProgressArgs
.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public UploadDirectoryProgressArgs(
Int32 numberOfFilesUploaded,
Int32 totalNumberOfFiles,
Int64 transferredBytes,
Int64 totalBytes,
String currentFile,
Int64 transferredBytesForCurrentFile,
Int64 totalNumberOfBytesForCurrentFile
)
The number of files uploaded.
The total number of files to upload.
The bytes transferred across all files being uploaded.
The total number of bytes across all files being uploaded.
The current file being uploaded.
The number of transferred bytes for current file.
The size of the current file in bytes.
.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