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.5.4.0 (2.5.4)
Syntax
IEnumerable<Bucket> ListBuckets()

Return Value

Type: IEnumerableBucket
All Bucket instances
See Also