次の方法で共有


ProcessServerDetails.AvailableSpaceInBytes Property

Definition

Gets the available disk space.

[Newtonsoft.Json.JsonProperty(PropertyName="availableSpaceInBytes")]
public long? AvailableSpaceInBytes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availableSpaceInBytes")>]
member this.AvailableSpaceInBytes : Nullable<int64>
Public ReadOnly Property AvailableSpaceInBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to