Share via


SubvolumeModel.BytesUsed Property

Definition

Gets or sets bytes used

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Bytes used

Applies to