Click or drag to resize
IOssGetBucketStat Method
Gets the bucket stat.

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

Parameters

bucketName
Type: SystemString
Bucket name.

Return Value

Type: BucketStat
The bucket stat.
See Also