Bagikan melalui


CassandraClusterPublicStatusDataCentersItemNodesItem.DiskFreeKB Property

Definition

Gets or sets the amount of disk free, in kB, of the directory /var/lib/cassandra.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to