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.

Contains the details returned from a Transfer Utility download directory operation.

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.TransferUtilityDownloadDirectoryResponse

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

Syntax

C#
public class TransferUtilityDownloadDirectoryResponse

The TransferUtilityDownloadDirectoryResponse type exposes the following members

Constructors

Properties

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

The collection of exceptions encountered when downloading individual objects.

Public Property ObjectsDownloaded System.Int64

The number of objects that have been successfully downloaded.

Public Property ObjectsFailed System.Int64

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

Public Property Result Amazon.S3.Transfer.DirectoryResult

Overall result of the directory download 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