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.

Encapsulates the information needed to provide transfer progress to subscribers of the UploadDirectory event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Amazon.S3.Transfer.UploadDirectoryProgressArgs

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class UploadDirectoryProgressArgs : EventArgs

The UploadDirectoryProgressArgs type exposes the following members

Constructors

NameDescription
Public Method UploadDirectoryProgressArgs(int, int, string, Int64, Int64)

Constructs a new instance of UploadDirectoryProgressArgs.

Public Method UploadDirectoryProgressArgs(int, int, Int64, Int64, string, Int64, Int64)

Constructs a new instance of UploadDirectoryProgressArgs.

Properties

NameTypeDescription
Public Property CurrentFile System.String

Gets or sets the current file.

Public Property NumberOfFilesUploaded System.Int32

Gets or sets the number of files uploaded.

Public Property TotalBytes System.Int64

Gets or sets the total number of bytes across all files being uploaded.

Public Property TotalNumberOfBytesForCurrentFile System.Int64

Gets or sets the total number of bytes for current file.

Public Property TotalNumberOfFiles System.Int32

Gets or sets the total number of files.

Public Property TransferredBytes System.Int64

Gets or sets the bytes transferred across all files being uploaded.

Public Property TransferredBytesForCurrentFile System.Int64

Gets or sets the transferred bytes for current file.

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