| SetBucketStorageCapacityRequest Constructor  | 
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic 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 -> SetBucketStorageCapacityRequestParameters
- bucketName
 - Type: SystemString
OssObjectbucket name - storageCapacity
 - Type: SystemInt64
storage capacity 
See Also