Search Results for

    Show / Hide Table of Contents

    Class ClusterNodesStats

    Inheritance
    object
    ClusterNodesStats
    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 ClusterNodesStats

    Properties

    | Edit this page View Source

    Count

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

    DiscoveryTypes

    Declaration
    [DataMember(Name = "discovery_types")]
    public IReadOnlyDictionary<string, int> DiscoveryTypes { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, int>
    | Edit this page View Source

    FileSystem

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

    Ingest

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

    Jvm

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

    NetworkTypes

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

    OperatingSystem

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

    PackagingTypes

    Declaration
    [DataMember(Name = "packaging_types")]
    public IReadOnlyCollection<NodePackagingType> PackagingTypes { get; }
    Property Value
    Type Description
    IReadOnlyCollection<NodePackagingType>
    | Edit this page View Source

    Plugins

    Declaration
    [DataMember(Name = "plugins")]
    public IReadOnlyCollection<PluginStats> Plugins { get; }
    Property Value
    Type Description
    IReadOnlyCollection<PluginStats>
    | Edit this page View Source

    Process

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

    Versions

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Count
      • DiscoveryTypes
      • FileSystem
      • Ingest
      • Jvm
      • NetworkTypes
      • OperatingSystem
      • PackagingTypes
      • Plugins
      • Process
      • Versions
    • Extension Methods
    Back to top Generated by DocFX