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.
Response object for Transfer Utility upload directory operations. Contains response metadata from upload directory operations.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class TransferUtilityUploadDirectoryResponse
The TransferUtilityUploadDirectoryResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
TransferUtilityUploadDirectoryResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
Errors | System.Collections.Generic.IList<System.Exception> |
The collection of exceptions encountered when uploading individual objects. |
|
ObjectsFailed | System.Int64 |
The number of objects that failed to upload. Zero if all succeeded. |
|
ObjectsUploaded | System.Int64 |
The number of objects that have been successfully uploaded. |
|
Result | Amazon.S3.Transfer.DirectoryResult |
Overall result of the directory upload 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