Click or drag to resize
IOssListBuckets 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
IEnumerable<Bucket> ListBuckets()

Return Value

Type: IEnumerableBucket
All Bucket instances
See Also