 Declaration Syntax
 Declaration Syntax| C# | 
public class TransferUtilityDownloadDirectoryRequest
 Members
 Members| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description | 
|---|---|---|
|  | TransferUtilityDownloadDirectoryRequest()()()() | Initializes a new instance of the TransferUtilityDownloadDirectoryRequest class | 
|  | BucketName | 
            	Gets or sets the name of the bucket.
             | 
|  | 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. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LocalDirectory | 
            	Gets or sets the local directory where objects from Amazon S3 will be downloaded.  
            	If the directory doesn't exist, it will be created.
             | 
|  | ModifiedSinceDate | 
            	Gets or sets the ModifiedSinceDate property.  
            	Only objects that have been modified since this date will be
            	downloaded.
             | 
|  | S3Directory | 
            Gets and sets the Amazon S3 directory to download from.  
            This is translated to a key prefix; keys that have this prefix will be
            downloaded.
             | 
|  | Timeout | 
            	Gets or sets the timeout property in milliseconds.
            	The value of this property is assigned to the
            	ReadWriteTimeout and Timeout properties of the
            	HTTPWebRequest object used for Amazon S3 GET Object requests.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UnmodifiedSinceDate | 
            	Gets or sets the UnmodifiedSinceDate property.  
            	Only objects that have not been modified since this date will be downloaded.
             | 
|  | WithBucketName(String) | Obsolete. 
            	Sets the bucket name that contains the Amazon S3 objects to download and returns
            	this object instance, enabling additional method calls to
            	be chained together.
             | 
|  | WithLocalDirectory(String) | Obsolete. 
            Sets the LocalDirectory property and returns
            this object instance, enabling additional method calls to
            be chained together.
             | 
|  | WithModifiedSinceDate(DateTime) | Obsolete. Sets the ModifiedSinceDate property for this request and returns this object instance, enabling additional method calls to be chained together. | 
|  | WithS3Directory(String) | Obsolete. 
            Sets the S3Directory property and returns
            this object instance, enabling additional method calls to
            be chained together.
             | 
|  | WithSubscriber(EventHandler<(Of <<'(DownloadDirectoryProgressArgs>)>>)) | Obsolete. 
            The handler will be attached to the DownloadedDirectoryProgressEvent which is fired as data
            is downloaded from Amazon S3.  The handler will be passed information detailing how much data
            has been downloaded as well as how much will be downloaded.
             | 
|  | WithTimeout(Int32) | Obsolete. 
            	Sets the timeout property in milliseconds. 
            	The value of this property is assigned to the
            	ReadWriteTimeout and Timeout properties of the
            	HTTPWebRequest object used for Amazon S3 GET Object requests.
            	Specify a timeout value only if you are certain that
            	the file will not be retrieved within the default intervals
            	specified for the HttpWebRequest.
             | 
|  | WithUnmodifiedSinceDate(DateTime) | Obsolete. Sets the UnmodifiedSinceDate property for this request and returns this object instance, enabling additional method calls to be chained together. | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TransferUtilityDownloadDirectoryRequest |