CassandraClusterPublicStatusDataCentersItemNodesItem.DiskUsedKB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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