Search Results for

    Show / Hide Table of Contents

    Class ThreadCountStats

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

    Properties

    | Edit this page View Source

    Active

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

    Completed

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

    Largest

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

    Queue

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

    Rejected

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

    Threads

    Declaration
    [DataMember(Name = "threads")]
    public long Threads { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Active
      • Completed
      • Largest
      • Queue
      • Rejected
      • Threads
    • Extension Methods
    Back to top Generated by DocFX