The base class for requests that return Amazon S3 objects.

Namespace: Amazon.S3.Transfer
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BucketName
Gets or sets the name of the bucket.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UnmodifiedSinceDate
Gets or sets the UnmodifiedSinceDate property.
VersionId
Gets or sets the version ID of the Amazon S3 object.

Inheritance Hierarchy

See Also