Click or drag to resize

GetObjectRequest Class

Parameters in an object download request
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class GetObjectRequest : GetObjectMetadataRequest

The GetObjectRequest type exposes the following members.

Constructors
  NameDescription
Public methodGetObjectRequest
Initializes a new instance of the GetObjectRequest class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyByteRange
Download range of the object
Public propertyDownloadProgress
Download progress callback function
Public propertyIfMatch
Return the object if its ETag is the same as the one specified by this parameter; otherwise, an error code is returned.
Public propertyIfModifiedSince
Returns the object if it is modified after the time specified by this parameter; otherwise, an error code is returned.
Public propertyIfNoneMatch
Return the object if its ETag is different from the one specified by this parameter; otherwise, an error code is returned.
Public propertyIfUnmodifiedSince
Return the object if it remains unchanged since the time specified by this parameter; otherwise, an error code is returned.
Public propertyImageProcess
Image processing parameters
Public propertyObjectKey
Object name
(Inherited from GetObjectMetadataRequest.)
Public propertyProgressInterval
Interval for refreshing the download progress. The default value is 100 KB or 1 second.
Public propertyProgressType
Mode for presenting the download progress. The default value is "ByBytes".
Public propertyResponseHeaderOverrides
Rewritten response headers
Public propertySseCHeader
SSE-C decryption headers of the object content
(Inherited from GetObjectMetadataRequest.)
Public propertyVersionId
Object version ID
(Inherited from GetObjectMetadataRequest.)
Top
See Also