Click or drag to resize

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.1.3.0 (3.1.3)
Syntax
C#
public 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