Share via


Volume.SizeInBytes Property

Definition

Gets or sets the size of the volume in bytes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to