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 DownloadDirectoryProgressArgs.

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

Syntax

C#
public DownloadDirectoryProgressArgs(
         Int32 numberOfFilesDownloaded,
         Int32 totalNumberOfFiles,
         String currentFile,
         Int64 transferredBytesForCurrentFile,
         Int64 totalNumberOfBytesForCurrentFile
)

Parameters

numberOfFilesDownloaded
Type: System.Int32

The number of files downloaded.

totalNumberOfFiles
Type: System.Int32

The total number of files to download.

currentFile
Type: System.String

The current file being downloaded

transferredBytesForCurrentFile
Type: System.Int64

The number of transferred bytes for the 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