BaseDownloadRequest Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
The base class for requests that return Amazon S3 objects.

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.BaseDownloadRequest

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public abstract class BaseDownloadRequest : Object

The BaseDownloadRequest type exposes the following members

Properties

  Name Description
Public Property BucketName Gets or sets the name of the bucket.
Public Property Key Gets or sets the key under which the Amazon S3 object is stored.
Public Property ModifiedSinceDate Gets or sets the ModifiedSinceDate property.
Public Property UnmodifiedSinceDate Gets or sets the UnmodifiedSinceDate property.
Public Property VersionId Gets or sets the version ID of the Amazon S3 object.

Version Information

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