Click or drag to resize
OssClientGetBucketLocation Method
Gets the bucket location

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public BucketLocationResult GetBucketLocation(
	string bucketName
)

Parameters

bucketName
Type: SystemString
bucket name

Return Value

Type: BucketLocationResult
bucket location

Implements

IOssGetBucketLocation(String)
See Also