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

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

Parameters

bucketName
Type: SystemString
Bucket name.

Return Value

Type: BucketInfo
The bucket information.

Implements

IOssGetBucketInfo(String)
See Also