共用方式為


CassandraClusterPublicStatusDataCentersItemNodesItem.MemoryTotalKB Property

Definition

Gets or sets total installed memory (MemTotal and SwapTotal in /proc/meminfo), in kB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to