Search Results for

    Show / Hide Table of Contents

    Class AdaptiveSelectionStats

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

    Properties

    | Edit this page View Source

    AverageQueueSize

    The exponentially weighted moving average queue size of search requests on the keyed node.

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

    AverageResponseTime

    The exponentially weighted moving average response time of search requests on the keyed node.

    Declaration
    [DataMember(Name = "avg_response_time")]
    public long AverageResponseTime { get; }
    Property Value
    Type Description
    long
    Remarks

    only set when requesting human readable response

    | Edit this page View Source

    AverageResponseTimeInNanoseconds

    The exponentially weighted moving average response time of search requests on the keyed node.

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

    AverageServiceTime

    The exponentially weighted moving average service time of search requests on the keyed node.

    Declaration
    [DataMember(Name = "avg_service_time")]
    public string AverageServiceTime { get; }
    Property Value
    Type Description
    string
    Remarks

    only set when requesting human readable response

    | Edit this page View Source

    AverageServiceTimeInNanoseconds

    The exponentially weighted moving average service time of search requests on the keyed node.

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

    OutgoingSearches

    The number of outstanding search requests from the node these stats are for to the keyed node.

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

    Rank

    The rank of this node; used for shard selection when routing search requests.

    Declaration
    [DataMember(Name = "rank")]
    public string Rank { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AverageQueueSize
      • AverageResponseTime
      • AverageResponseTimeInNanoseconds
      • AverageServiceTime
      • AverageServiceTimeInNanoseconds
      • OutgoingSearches
      • Rank
    • Extension Methods
    Back to top Generated by DocFX