Click or drag to resize

CreateBucketRequest Class

Parameters in a bucket creation request
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class CreateBucketRequest : ObsBucketWebServiceRequest

The CreateBucketRequest type exposes the following members.

Constructors
  NameDescription
Public methodCreateBucketRequest
Initializes a new instance of the CreateBucketRequest class
Top
Properties
  NameDescription
Public propertyAvailableZone
Public propertyBucketName
Bucket name
(Overrides ObsBucketWebServiceRequestBucketName.)
Public propertyCannedAcl
ACL that can be pre-defined during the bucket creation
Public propertyLocation
Bucket location
Public propertyStorageClass
Bucket storage class that can be pre-defined during the bucket creation
Top
Methods
  NameDescription
Public methodGrantExtensionPermission
Grant the OBS extension permissions to a user.
Public methodWithDrawExtensionPermission
Withdraw the user's OBS extension permissions.
Top
See Also