ObsClientCreateBucket Method |
Create a bucket.
A bucket name must be unique in OBS.
If a user repeatedly creates buckets with the same name in one region, status code "200" is returned.
In other cases, status code "409" is returned. Each user can create a maximum of 100 buckets.
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic CreateBucketResponse CreateBucket(
CreateBucketRequest request
)
Parameters
- request
- Type: OBS.ModelCreateBucketRequest
Parameters in the bucket creation request
Return Value
Type:
CreateBucketResponseResponse to the bucket creation request
See Also