Search Results for

    Show / Hide Table of Contents

    Class ReindexStatus

    Inheritance
    object
    ReindexStatus
    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
    public class ReindexStatus

    Properties

    | Edit this page View Source

    Batches

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

    Created

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

    Deleted

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

    Noops

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

    RequestsPerSecond

    Declaration
    [DataMember(Name = "requests_per_second")]
    public float RequestsPerSecond { get; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Retries

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

    ThrottledInMilliseconds

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

    ThrottledUntilInMilliseconds

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

    Total

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

    Updated

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

    VersionConflicts

    Declaration
    [DataMember(Name = "version_conflicts")]
    public long VersionConflicts { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Batches
      • Created
      • Deleted
      • Noops
      • RequestsPerSecond
      • Retries
      • ThrottledInMilliseconds
      • ThrottledUntilInMilliseconds
      • Total
      • Updated
      • VersionConflicts
    • Extension Methods
    Back to top Generated by DocFX