Click or drag to resize

ObsClientListBuckets Method

Obtain the bucket list. In the list, bucket names are displayed in lexicographical order.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public ListBucketsResponse ListBuckets(
	ListBucketsRequest request
)

Parameters

request
Type: OBS.ModelListBucketsRequest
Parameters in a request for obtaining the bucket list

Return Value

Type: ListBucketsResponse
Response to the request for obtaining the bucket list
See Also