AWS SDK Version 3 for .NET
API Reference

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

Syntax

C#
public UploadDirectoryProgressArgs(
         Int32 numberOfFilesUploaded,
         Int32 totalNumberOfFiles,
         Int64 transferredBytes,
         Int64 totalBytes,
         String currentFile,
         Int64 transferredBytesForCurrentFile,
         Int64 totalNumberOfBytesForCurrentFile
)

Parameters

numberOfFilesUploaded
Type: System.Int32

The number of files uploaded.

totalNumberOfFiles
Type: System.Int32

The total number of files to upload.

transferredBytes
Type: System.Int64

The bytes transferred across all files being uploaded.

totalBytes
Type: System.Int64

The total number of bytes across all files being uploaded.

currentFile
Type: System.String

The current file being uploaded.

transferredBytesForCurrentFile
Type: System.Int64

The number of transferred bytes for current file.

totalNumberOfBytesForCurrentFile
Type: System.Int64

The size of the current file in bytes.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5