Device.ProvisionedLocalStorageInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the storage in bytes used for locally pinned volumes on the device (including additional local reservation).
[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisionedLocalStorageInBytes")]
public long? ProvisionedLocalStorageInBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisionedLocalStorageInBytes")>]
member this.ProvisionedLocalStorageInBytes : Nullable<int64> with get, set
Public Property ProvisionedLocalStorageInBytes As Nullable(Of Long)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute