共用方式為


CassandraClusterPublicStatusDataCentersItemNodesItem.MemoryBuffersAndCachedKB Property

Definition

Gets or sets memory used by kernel buffers (Buffers in /proc/meminfo) and page cache and slabs (Cached and SReclaimable in /proc/meminfo), in kB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to