Search Results for

    Show / Hide Table of Contents

    Class IndexingStats

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

    Properties

    | Edit this page View Source

    Current

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

    DeleteCurrent

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

    DeleteTime

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

    DeleteTimeInMilliseconds

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

    DeleteTotal

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

    IsThrottled

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

    NoopUpdateTotal

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

    ThrottleTime

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

    ThrottleTimeInMilliseconds

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

    Time

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

    TimeInMilliseconds

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

    Total

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

    Types

    Declaration
    [DataMember(Name = "types")]
    public IReadOnlyDictionary<string, IndexingStats> Types { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, IndexingStats>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Current
      • DeleteCurrent
      • DeleteTime
      • DeleteTimeInMilliseconds
      • DeleteTotal
      • IsThrottled
      • NoopUpdateTotal
      • ThrottleTime
      • ThrottleTimeInMilliseconds
      • Time
      • TimeInMilliseconds
      • Total
      • Types
    • Extension Methods
    Back to top Generated by DocFX