ObsClientGetBucketQuota Method |
Obtain the bucket quota. Value "0" indicates that no upper limit is set for the bucket quota.
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic GetBucketQuotaResponse GetBucketQuota(
GetBucketQuotaRequest request
)
Parameters
- request
- Type: OBS.ModelGetBucketQuotaRequest
Parameters in a request for obtaining a bucket quota
Return Value
Type:
GetBucketQuotaResponse Response to a request for obtaining a bucket quota
See Also