Bagikan melalui


CassandraClusterPublicStatusDataCentersItemNodesItem.MemoryFreeKB Property

Definition

Gets or sets unused memory (MemFree and SwapFree in /proc/meminfo), in kB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to