Search Results for

    Show / Hide Table of Contents

    Class SearchStats

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

    Properties

    | Edit this page View Source

    FetchCurrent

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

    FetchTimeInMilliseconds

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

    FetchTotal

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

    OpenContexts

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

    QueryCurrent

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

    QueryTimeInMilliseconds

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

    QueryTotal

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

    ScrollCurrent

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

    ScrollTimeInMilliseconds

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

    ScrollTotal

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

    SuggestCurrent

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

    SuggestTimeInMilliseconds

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

    SuggestTotal

    Declaration
    [DataMember(Name = "suggest_total")]
    public long SuggestTotal { get; set; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • FetchCurrent
      • FetchTimeInMilliseconds
      • FetchTotal
      • OpenContexts
      • QueryCurrent
      • QueryTimeInMilliseconds
      • QueryTotal
      • ScrollCurrent
      • ScrollTimeInMilliseconds
      • ScrollTotal
      • SuggestCurrent
      • SuggestTimeInMilliseconds
      • SuggestTotal
    • Extension Methods
    Back to top Generated by DocFX