Search Results for

    Show / Hide Table of Contents

    Class HotThreadInformation

    Inheritance
    object
    HotThreadInformation
    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
    public class HotThreadInformation

    Properties

    | Edit this page View Source

    Hosts

    Declaration
    public IReadOnlyCollection<string> Hosts { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    NodeId

    Declaration
    public string NodeId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NodeName

    Declaration
    public string NodeName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Threads

    Declaration
    public IReadOnlyCollection<string> Threads { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>

    Extension Methods

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