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

.NET Framework 4.5
 

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.TransferUtilityDownloadDirectoryRequest

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class TransferUtilityDownloadDirectoryRequest : Object

The TransferUtilityDownloadDirectoryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BucketName System.String Gets or sets the name of the bucket.
Public Property DownloadFilesConcurrently System.Boolean Gets or sets the DownloadFilesConcurrently property. Specifies if multiple files will be downloaded concurrently. The number of concurrent web requests used is controlled by the TransferUtilityConfig.ConcurrencyLevel property.
Public Property LocalDirectory System.String Gets or sets the local directory where objects from Amazon S3 will be downloaded. If the directory doesn't exist, it will be created.
Public Property ModifiedSinceDate System.DateTime Gets or sets the ModifiedSinceDate property. Only objects that have been modified since this date will be downloaded.
Public Property S3Directory System.String Gets or sets the Amazon S3 directory to download from. This is translated to a key prefix; keys that have this prefix will be downloaded.
Public Property UnmodifiedSinceDate System.DateTime Gets or sets the UnmodifiedSinceDate property. Only objects that have not been modified since this date will be downloaded.

Events

NameDescription
Event DownloadedDirectoryProgressEvent The event for DownloadedDirectoryProgressEvent notifications. All subscribers will be notified when a new progress event is raised.

The DownloadedDirectoryProgressEvent is fired as data is downloaded from Amazon S3. The delegates attached to the event will be passed information detailing how much data has been downloaded as well as how much will be downloaded.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5