BackupEngineExtendedInfo.AvailableDiskSpace Property

Definition

Gets or sets disk space currently available in the backup engine.

[Newtonsoft.Json.JsonProperty(PropertyName="availableDiskSpace")]
public double? AvailableDiskSpace { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availableDiskSpace")>]
member this.AvailableDiskSpace : Nullable<double> with get, set
Public Property AvailableDiskSpace As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to