Click or drag to resize
IOssGetBucketInfo Method
Gets the bucket information.

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

Parameters

bucketName
Type: SystemString
Bucket name.

Return Value

Type: BucketInfo
The bucket information.
See Also