The base class for requests that return Amazon S3 objects.
Namespace: Amazon.S3.TransferAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public abstract class BaseDownloadRequest
Public MustInherit Class BaseDownloadRequest
public ref class BaseDownloadRequest abstract
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| BucketName |
Gets or sets the name of the bucket.
| |
| 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.) | |
| Key |
Gets or sets the key under which the Amazon S3 object is stored.
| |
| ModifiedSinceDate |
Gets or sets the ModifiedSinceDate property.
| |
| 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()()()() | (Inherited from Object.) | |
| UnmodifiedSinceDate |
Gets or sets the UnmodifiedSinceDate property.
| |
| VersionId |
Gets or sets the version ID of the Amazon S3 object.
|
Inheritance Hierarchy
System..::..Object
Amazon.S3.Transfer..::..BaseDownloadRequest
Amazon.S3.Transfer..::..TransferUtilityDownloadRequest
Amazon.S3.Transfer..::..TransferUtilityOpenStreamRequest
Amazon.S3.Transfer..::..BaseDownloadRequest
Amazon.S3.Transfer..::..TransferUtilityDownloadRequest
Amazon.S3.Transfer..::..TransferUtilityOpenStreamRequest