Click or drag to resize

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.19.7.1 (3.19.7.1)
Syntax
C#
public GetBucketStorageInfoResponse GetBucketStorageInfo(
	GetBucketStorageInfoRequest request
)

Parameters

request
Type: OBS.ModelGetBucketStorageInfoRequest
Parameters in a request for obtaining the bucket storage information

Return Value

Type: GetBucketStorageInfoResponse
Response to a request for obtaining bucket storage information
See Also