Share via


VolumeQuotaRulesProperties.QuotaSizeInKiBs Property

Definition

Gets or sets size of quota

[Newtonsoft.Json.JsonProperty(PropertyName="quotaSizeInKiBs")]
public long? QuotaSizeInKiBs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="quotaSizeInKiBs")>]
member this.QuotaSizeInKiBs : Nullable<int64> with get, set
Public Property QuotaSizeInKiBs As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to