GetObjectRequest Properties |
The GetObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | BucketName |
Bucket name
(Inherited from ObsBucketWebServiceRequest.) |
![]() | ByteRange |
Download range of the object
|
![]() | DownloadProgress |
Download progress callback function
|
![]() | IfMatch |
Return the object if its ETag is the same as the one specified by this parameter; otherwise, an error code is returned.
|
![]() | IfModifiedSince |
Returns the object if it is modified after the time specified by this parameter; otherwise, an error code is returned.
|
![]() | IfNoneMatch |
Return the object if its ETag is different from the one specified by this parameter; otherwise, an error code is returned.
|
![]() | IfUnmodifiedSince |
Return the object if it remains unchanged since the time specified by this parameter; otherwise, an error code is returned.
|
![]() | ImageProcess |
Image processing parameters
|
![]() | ObjectKey |
Object name
(Inherited from GetObjectMetadataRequest.) |
![]() | ProgressInterval |
Interval for refreshing the download progress. The default value is 100 KB or 1 second.
|
![]() | ProgressType |
Mode for presenting the download progress. The default value is "ByBytes".
|
![]() | ResponseHeaderOverrides |
Rewritten response headers
|
![]() | SseCHeader |
SSE-C decryption headers of the object content
(Inherited from GetObjectMetadataRequest.) |
![]() | VersionId |
Object version ID
(Inherited from GetObjectMetadataRequest.) |