Click or drag to resize
IOssGetBucketStorageCapacity Method
Gets Bucket storage capacity

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

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: GetBucketStorageCapacityResult
GetBucketStorageCapacityResult instance
See Also