AWS SDK Version 4 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.

Response object for Transfer Utility upload directory operations. Contains response metadata from upload directory operations.

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.TransferUtilityUploadDirectoryResponse

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

Syntax

C#
public class TransferUtilityUploadDirectoryResponse

The TransferUtilityUploadDirectoryResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Errors System.Collections.Generic.IList<System.Exception>

The collection of exceptions encountered when uploading individual objects.

Public Property ObjectsFailed System.Int64

The number of objects that failed to upload. Zero if all succeeded.

Public Property ObjectsUploaded System.Int64

The number of objects that have been successfully uploaded.

Public Property Result Amazon.S3.Transfer.DirectoryResult

Overall result of the directory upload operation.

Version Information

.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