Click or drag to resize
OssClientCreateBucket Method (String)
Creates a new bucket

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

Parameters

bucketName
Type: SystemString
The bucket name. It must be globably unique.

Return Value

Type: Bucket
Bucket instance

Implements

IOssCreateBucket(String)
See Also