SetBucketStorageCapacityRequest Constructor |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public SetBucketStorageCapacityRequest(
string bucketName,
long storageCapacity
)
Public Sub New (
bucketName As String,
storageCapacity As Long
)
public:
SetBucketStorageCapacityRequest(
String^ bucketName,
long long storageCapacity
)
new :
bucketName : string *
storageCapacity : int64 -> SetBucketStorageCapacityRequest
Parameters
- bucketName
- Type: SystemString
OssObjectbucket name - storageCapacity
- Type: SystemInt64
storage capacity
See Also