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
 
Encapsulates the information needed to provide transfer progress to subscribers of the DownloadDirectory event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Amazon.S3.Transfer.DownloadDirectoryProgressArgs

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

Syntax

C#
public class DownloadDirectoryProgressArgs : EventArgs

The DownloadDirectoryProgressArgs type exposes the following members

Constructors

NameDescription
Public Method DownloadDirectoryProgressArgs(int, int, string, Int64, Int64) Constructs a new instance of DownloadDirectoryProgressArgs.
Public Method DownloadDirectoryProgressArgs(int, int, Int64, Int64, string, Int64, Int64) Constructs a new instance of DownloadDirectoryProgressArgs.

Properties

NameTypeDescription
Public Property CurrentFile System.String Gets or sets the current file being downloaded.
Public Property NumberOfFilesDownloaded System.Int32 Gets or sets the number of files downloaded so far.
Public Property TotalBytes System.Int64 Gets or sets the total number of bytes across all files being downloaded.
Public Property TotalNumberOfBytesForCurrentFile System.Int64 Gets or sets the total number of bytes for the 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 downloaded.
Public Property TransferredBytesForCurrentFile System.Int64 Gets or sets the transferred bytes for the current file.

Version Information

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