Aracılığıyla paylaş


Volume.UsageThreshold Property

Definition

Gets or sets maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.usageThreshold")]
public long UsageThreshold { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.usageThreshold")>]
member this.UsageThreshold : int64 with get, set
Public Property UsageThreshold As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume. Specified in bytes.

Applies to