RetentionVolume.FreeSpaceInBytes Property

Definition

Gets or sets the free space available in this volume.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to