Click or drag to resize
OssClientListBuckets Method
List all buckets under the current account.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public IEnumerable<Bucket> ListBuckets()

Return Value

Type: IEnumerableBucket
All Bucket instances

Implements

IOssListBuckets
See Also