ObsClientGetBucketStorageInfo Method |
Obtain storage information about a bucket, including the bucket size and number of objects in the bucket.
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic GetBucketStorageInfoResponse GetBucketStorageInfo(
GetBucketStorageInfoRequest request
)
Parameters
- request
- Type: OBS.ModelGetBucketStorageInfoRequest
Parameters in a request for obtaining the bucket storage information
Return Value
Type:
GetBucketStorageInfoResponseResponse to a request for obtaining bucket storage information
See Also