Share via


SubvolumeModelProperties.BytesUsed Property

Definition

Gets or sets bytes used

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to