Sdílet prostřednictvím


VolumePatchProperties.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="usageThreshold")]
public long? UsageThreshold { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="usageThreshold")>]
member this.UsageThreshold : Nullable<int64> with get, set
Public Property UsageThreshold As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to