Click or drag to resize

GetObjectResponse Properties

The GetObjectResponse type exposes the following members.

Properties
  NameDescription
Public propertyAppendable
Whether the object is an appendable object
(Inherited from GetObjectMetadataResponse.)
Public propertyBucketName
Bucket name
(Inherited from GetObjectMetadataResponse.)
Public propertyContentLength
Object length
(Inherited from GetObjectMetadataResponse.)
Public propertyContentType
MIME type of the object
(Inherited from GetObjectMetadataResponse.)
Public propertyDeleteMarker
Object delete marker
(Inherited from GetObjectMetadataResponse.)
Public propertyETag
ETag of the object
(Inherited from GetObjectMetadataResponse.)
Public propertyExpirationDetail
Expiration details of the object
(Inherited from GetObjectMetadataResponse.)
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyLastModified
Last modification time of the object
(Inherited from GetObjectMetadataResponse.)
Public propertyMetadata
Customized metadata of the object
(Inherited from GetObjectMetadataResponse.)
Public propertyNextPosition
Start position for next appendable upload. This parameter is valid only when its value is larger than "0" and when "Appendable" is set to "true".
(Inherited from GetObjectMetadataResponse.)
Public propertyObjectKey
Object name
(Inherited from GetObjectMetadataResponse.)
Public propertyOutputStream
Object data stream
Public propertyRequestId
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.)
Public propertyRestoreStatus
Restore status of the Archive object. If the object is not in the OBS Archive storage class, the value is null.
(Inherited from GetObjectMetadataResponse.)
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Public propertyStorageClass
Object storage class
(Inherited from GetObjectMetadataResponse.)
Public propertyVersionId
Object version ID
(Inherited from GetObjectMetadataResponse.)
Public propertyWebsiteRedirectLocation
Redirect the request to another object in the bucket or to an external URL. If the bucket is configured with website hosting, the object metadata property can be set.
(Inherited from GetObjectMetadataResponse.)
Top
See Also