AWS SDK for .NET Documentation
BaseDownloadRequest Class
AmazonAmazon.S3.TransferBaseDownloadRequest Did this page help you?   Yes   No    Tell us about it...
The base class for requests that return Amazon S3 objects.
Declaration Syntax
C#
public abstract class BaseDownloadRequest
Members
All MembersMethodsProperties



IconMemberDescription
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

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)