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.
Contains the details returned from a Transfer Utility download directory operation.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class TransferUtilityDownloadDirectoryResponse
The TransferUtilityDownloadDirectoryResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
TransferUtilityDownloadDirectoryResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
Errors | System.Collections.Generic.IList<System.Exception> |
The collection of exceptions encountered when downloading individual objects. |
|
ObjectsDownloaded | System.Int64 |
The number of objects that have been successfully downloaded. |
|
ObjectsFailed | System.Int64 |
The number of objects that failed to download. Zero if all succeeded. |
|
Result | Amazon.S3.Transfer.DirectoryResult |
Overall result of the directory download operation. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer