Creates a new bucket
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
SyntaxBucket CreateBucket(
string bucketName
)
Function CreateBucket (
bucketName As String
) As Bucket
Bucket^ CreateBucket(
String^ bucketName
)
abstract CreateBucket :
bucketName : string -> Bucket
Parameters
- bucketName
- Type: SystemString
The bucket name. It must be globably unique.
Return Value
Type:
BucketBucket instance
See Also