Click or drag to resize

SetBucketQuotaRequestStorageQuota Property

Quota

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public long StorageQuota { get; set; }

Property Value

Type: Int64
Remarks

Optional parameter. The value must be a character string and thus an integer must be converted to be a character string. A bucket quota must be expressed in bytes and the maximum value is 263-1. Value "0" indicates that no upper limit is set for the bucket quota.

See Also