Click or drag to resize

GetObjectMetadataResponse Class

Response to a request for obtaining object metadata
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class GetObjectMetadataResponse : ObsWebServiceResponse

The GetObjectMetadataResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetObjectMetadataResponse
Initializes a new instance of the GetObjectMetadataResponse class
Top
Properties
  NameDescription
Public propertyAppendable
Whether the object is an appendable object
Public propertyBucketName
Bucket name
Public propertyContentLength
Object length
(Overrides ObsWebServiceResponseContentLength.)
Public propertyContentType
MIME type of the object
Public propertyDeleteMarker
Object delete marker
Public propertyETag
ETag of the object
Public propertyExpirationDetail
Expiration details of the object
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyLastModified
Last modification time of the object
Public propertyMetadata
Customized metadata of the object
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".
Public propertyObjectKey
Object name
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.
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Public propertyStorageClass
Object storage class
Public propertyVersionId
Object version ID
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.
Top
See Also