Class NodeJvmStats.NodeBufferPool
Inheritance
NodeJvmStats.NodeBufferPool
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeJvmStats.NodeBufferPool
Properties
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public long Count { get; }
Property Value
|
Edit this page
View Source
TotalCapacity
Declaration
[DataMember(Name = "total_capacity")]
public string TotalCapacity { get; }
Property Value
|
Edit this page
View Source
TotalCapacityInBytes
Declaration
[DataMember(Name = "total_capacity_in_bytes")]
public long TotalCapacityInBytes { get; }
Property Value
|
Edit this page
View Source
Used
Declaration
[DataMember(Name = "used")]
public string Used { get; }
Property Value
|
Edit this page
View Source
UsedInBytes
Declaration
[DataMember(Name = "used_in_bytes")]
public long UsedInBytes { get; }
Property Value
Extension Methods