共用方式為


CassandraClusterPublicStatusDataCentersItemNodesItem.DiskUsedKB Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to