VolumeGroupVolumeProperties.DefaultUserQuotaInKiBs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultUserQuotaInKiBs")]
public long? DefaultUserQuotaInKiBs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultUserQuotaInKiBs")>]
member this.DefaultUserQuotaInKiBs : Nullable<int64> with get, set
Public Property DefaultUserQuotaInKiBs As Nullable(Of Long)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute