Search Results for

    Show / Hide Table of Contents

    Class GetStats

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

    Properties

    | Edit this page View Source

    Current

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

    ExistsTime

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

    ExistsTimeInMilliseconds

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

    ExistsTotal

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

    MissingTime

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

    MissingTimeInMilliseconds

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

    MissingTotal

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

    Time

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

    TimeInMilliseconds

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

    Total

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Current
      • ExistsTime
      • ExistsTimeInMilliseconds
      • ExistsTotal
      • MissingTime
      • MissingTimeInMilliseconds
      • MissingTotal
      • Time
      • TimeInMilliseconds
      • Total
    • Extension Methods
    Back to top Generated by DocFX