Device.TotalTieredStorageInBytes Property

Definition

Gets or sets the total tiered storage available on the device in bytes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to