Class NodeInfoJvmMemory
Inheritance
NodeInfoJvmMemory
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeInfoJvmMemory
Properties
|
Edit this page
View Source
DirectMax
Declaration
[DataMember(Name = "direct_max")]
public string DirectMax { get; }
Property Value
|
Edit this page
View Source
DirectMaxInBytes
Declaration
[DataMember(Name = "direct_max_in_bytes")]
public long DirectMaxInBytes { get; }
Property Value
|
Edit this page
View Source
HeapInit
Declaration
[DataMember(Name = "heap_init")]
public string HeapInit { get; }
Property Value
|
Edit this page
View Source
HeapInitInBytes
Declaration
[DataMember(Name = "heap_init_in_bytes")]
public long HeapInitInBytes { get; }
Property Value
|
Edit this page
View Source
HeapMax
Declaration
[DataMember(Name = "heap_max")]
public string HeapMax { get; }
Property Value
|
Edit this page
View Source
HeapMaxInBytes
Declaration
[DataMember(Name = "heap_max_in_bytes")]
public long HeapMaxInBytes { get; }
Property Value
|
Edit this page
View Source
NonHeapInit
Declaration
[DataMember(Name = "non_heap_init")]
public string NonHeapInit { get; }
Property Value
|
Edit this page
View Source
NonHeapInitInBytes
Declaration
[DataMember(Name = "non_heap_init_in_bytes")]
public long NonHeapInitInBytes { get; }
Property Value
|
Edit this page
View Source
NonHeapMax
Declaration
[DataMember(Name = "non_heap_max")]
public string NonHeapMax { get; }
Property Value
|
Edit this page
View Source
NonHeapMaxInBytes
Declaration
[DataMember(Name = "non_heap_max_in_bytes")]
public long NonHeapMaxInBytes { get; }
Property Value
Extension Methods