Search Results for

    Show / Hide Table of Contents

    Class MergesStats

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

    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

    CurrentDocuments

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

    CurrentSize

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

    CurrentSizeInBytes

    Declaration
    [DataMember(Name = "current_size_in_bytes")]
    public long CurrentSizeInBytes { 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

    TotalAutoThrottle

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

    TotalAutoThrottleInBytes

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

    TotalDocuments

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

    TotalSize

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

    TotalSizeInBytes

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

    TotalStoppedTime

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

    TotalStoppedTimeInMilliseconds

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

    TotalThrottledTime

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

    TotalThrottledTimeInMilliseconds

    Declaration
    [DataMember(Name = "total_throttled_time_in_millis")]
    public long TotalThrottledTimeInMilliseconds { 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
      • Current
      • CurrentDocuments
      • CurrentSize
      • CurrentSizeInBytes
      • Total
      • TotalAutoThrottle
      • TotalAutoThrottleInBytes
      • TotalDocuments
      • TotalSize
      • TotalSizeInBytes
      • TotalStoppedTime
      • TotalStoppedTimeInMilliseconds
      • TotalThrottledTime
      • TotalThrottledTimeInMilliseconds
      • TotalTime
      • TotalTimeInMilliseconds
    • Extension Methods
    Back to top Generated by DocFX