Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 829 Bytes

QuotaQuotaThresholds.md

File metadata and controls

13 lines (9 loc) · 829 Bytes

QuotaQuotaThresholds

Properties

Name Type Description Notes
Advisory int32 Usage bytes at which notifications will be sent but writes will not be denied. [optional] [default to null]
Hard int32 Usage bytes at which further writes will be denied. [optional] [default to null]
Soft int32 Usage bytes at which notifications will be sent and soft grace time will be started. [optional] [default to null]
SoftGrace int32 Time in seconds after which the soft threshold has been hit before writes will be denied. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]