Share via


VolumeGroupVolumeProperties.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. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.

[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