Class NodeJvmStats.MemoryStats.JvmPool
Inheritance
NodeJvmStats.MemoryStats.JvmPool
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeJvmStats.MemoryStats.JvmPool
Properties
|
Edit this page
View Source
Max
Declaration
[DataMember(Name = "max")]
public string Max { get; }
Property Value
|
Edit this page
View Source
MaxInBytes
Declaration
[DataMember(Name = "max_in_bytes")]
public long MaxInBytes { get; }
Property Value
|
Edit this page
View Source
PeakMax
Declaration
[DataMember(Name = "peak_max")]
public string PeakMax { get; }
Property Value
|
Edit this page
View Source
PeakMaxInBytes
Declaration
[DataMember(Name = "peak_max_in_bytes")]
public long PeakMaxInBytes { get; }
Property Value
|
Edit this page
View Source
PeakUsed
Declaration
[DataMember(Name = "peak_used")]
public string PeakUsed { get; }
Property Value
|
Edit this page
View Source
PeakUsedInBytes
Declaration
[DataMember(Name = "peak_used_in_bytes")]
public long PeakUsedInBytes { 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