Click or drag to resize
SetBucketStorageCapacityRequest Constructor
Creates a new instance of SetBucketStorageCapacityRequest.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public SetBucketStorageCapacityRequest(
	string bucketName,
	long storageCapacity
)

Parameters

bucketName
Type: SystemString
OssObjectbucket name
storageCapacity
Type: SystemInt64
storage capacity
See Also