| IOssCreateBucket Method (String) | 
            Creates a new bucket
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
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