Click or drag to resize
OssClientGetBucketStorageCapacity Method
Gets Bucket storage capacity

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public GetBucketStorageCapacityResult GetBucketStorageCapacity(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: GetBucketStorageCapacityResult
GetBucketStorageCapacityResult instance

Implements

IOssGetBucketStorageCapacity(String)
See Also