Search Results for

    Show / Hide Table of Contents

    Class RefreshStats

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

    Properties

    | Edit this page View Source

    ExternalTotal

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

    ExternalTotalTimeInMilliseconds

    Declaration
    [DataMember(Name = "external_total_time_in_millis")]
    public long ExternalTotalTimeInMilliseconds { 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
    | Edit this page View Source

    TotalTime

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

    TotalTimeInMilliseconds

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ExternalTotal
      • ExternalTotalTimeInMilliseconds
      • Total
      • TotalTime
      • TotalTimeInMilliseconds
    • Extension Methods
    Back to top Generated by DocFX