DownloadObjectRequest Class |
[Missing <summary> documentation for "T:Aliyun.OSS.DownloadObjectRequest"]
Namespace: Aliyun.OSS
The DownloadObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
DownloadObjectRequest(String, String, String) | Initializes a new instance of the DownloadObjectRequest class | |
DownloadObjectRequest(String, String, String, String) | Initializes a new instance of the DownloadObjectRequest class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
BucketName |
Gets or sets the name of the bucket.
| |
CheckpointDir |
Gets or sets the checkpoint file.
| |
DownloadFile |
Gets or sets the download file.
| |
Key |
Gets or sets the key.
| |
MatchingETagConstraints |
Gets the ETag matching constraint list. If the actual ETag matches any one in the constraint list, the file will be downloaded.
Otherwise, returns precondition failed.
The corresponding http header is "If-Match".
| |
ModifiedSinceConstraint |
Gets or sets "If-Modified-Since".
| |
NonmatchingETagConstraints |
Gets the ETag non-matching constraint list. If the actual ETag does not match any one in the constraint list, the file will be downloaded.
Otherwise, returns precondition failed.
The corresponding http header is "If-None-Match".
| |
ParallelThreadCount |
Gets or sets the parallel thread count.
| |
PartSize |
Gets or sets the size of the part.
| |
ResponseHeaders |
Gets the overrided response headers.
| |
StreamTransferProgress |
Gets or sets the stream transfer progress.
| |
UnmodifiedSinceConstraint |
Gets or sets "If-Unmodified-Since" parameter
|