GetObjectRequest Properties |
The GetObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
BucketName |
Gets or sets Bucket name.
| |
Key |
Gets or sets OssObject 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".
| |
Process |
Gets or sets OssObject's process method (such as resize, sharpen, etc)
| |
Range |
Gets OssObject range to read
| |
ResponseHeaders |
Gets the overrided response headers.
| |
StreamTransferProgress |
Gets or sets the progress callback
| |
UnmodifiedSinceConstraint |
Gets or sets "If-Unmodified-Since" parameter
|