Click or drag to resize

ObsClientGetBucketLocation Method

Obtain the bucket location.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public GetBucketLocationResponse GetBucketLocation(
	GetBucketLocationRequest request
)

Parameters

request
Type: OBS.ModelGetBucketLocationRequest
Parameters in a request for obtaining the bucket location

Return Value

Type: GetBucketLocationResponse
Response to a request for obtaining the bucket location
See Also