共用方式為


CassandraClusterPublicStatusDataCentersItemNodesItem.MemoryUsedKB Property

Definition

Gets or sets used memory (calculated as total - free - buffers - cache), in kB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to