Class ClusterJvm
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterJvm
Properties
|
Edit this page
View Source
MaxUptimeInMilliseconds
Declaration
[DataMember(Name = "max_uptime_in_millis")]
public long MaxUptimeInMilliseconds { get; }
Property Value
|
Edit this page
View Source
Memory
Declaration
[DataMember(Name = "mem")]
public ClusterJvmMemory Memory { get; }
Property Value
|
Edit this page
View Source
Threads
Declaration
[DataMember(Name = "threads")]
public long Threads { get; }
Property Value
|
Edit this page
View Source
Versions
Declaration
[DataMember(Name = "versions")]
public IReadOnlyCollection<ClusterJvmVersion> Versions { get; }
Property Value
Extension Methods