Device.ProvisionedVolumeSizeInBytes Property

Definition

Gets or sets total capacity in bytes of tiered and locally pinned volumes on the device

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to