Click or drag to resize

GetBucketMetadataResponse Class

Response to a request for obtaining bucket 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 GetBucketMetadataResponse : ObsWebServiceResponse

The GetBucketMetadataResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetBucketMetadataResponse
Initializes a new instance of the GetBucketMetadataResponse class
Top
Properties
  NameDescription
Public propertyAvailableZone
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyLocation
Bucket location
Public propertyObsVersion
OBS version
Public propertyRequestId
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.)
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Public propertyStorageClass
Bucket storage class
Top
See Also