Search Results for

    Show / Hide Table of Contents

    Class ClusterJvm

    Inheritance
    object
    ClusterJvm
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    long
    | Edit this page View Source

    Memory

    Declaration
    [DataMember(Name = "mem")]
    public ClusterJvmMemory Memory { get; }
    Property Value
    Type Description
    ClusterJvmMemory
    | Edit this page View Source

    Threads

    Declaration
    [DataMember(Name = "threads")]
    public long Threads { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Versions

    Declaration
    [DataMember(Name = "versions")]
    public IReadOnlyCollection<ClusterJvmVersion> Versions { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ClusterJvmVersion>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • MaxUptimeInMilliseconds
      • Memory
      • Threads
      • Versions
    • Extension Methods
    Back to top Generated by DocFX