Click or drag to resize

GetBucketStorageInfoResponse Class

Response to a request for obtaining bucket storage information
Inheritance Hierarchy
SystemObject
  OBSObsWebServiceResponse
    OBS.ModelGetBucketStorageInfoResponse

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

The GetBucketStorageInfoResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetBucketStorageInfoResponse
Initializes a new instance of the GetBucketStorageInfoResponse class
Top
Properties
  NameDescription
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyObjectNumber
Number of objects in the bucket
Public propertyRequestId
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.)
Public propertySize
Bucket size
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Top
See Also