Class ClusterJvmMemory
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterJvmMemory
Properties
| Edit this page View SourceHeapMaxInBytes
Declaration
[DataMember(Name = "heap_max_in_bytes")]
public long HeapMaxInBytes { get; }
Property Value
Type | Description |
---|---|
long |
HeapUsedInBytes
Declaration
[DataMember(Name = "heap_used_in_bytes")]
public long HeapUsedInBytes { get; }
Property Value
Type | Description |
---|---|
long |