AWS SDK Version 2 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.

.NET Framework 3.5
 
Constructs a new instance of UploadDirectoryProgressArgs.

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.dll
Version: (assembly version)

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 Framework:
Supported in: 4.5, 4.0, 3.5