Search Results for

    Show / Hide Table of Contents

    Class SnapshotShardsStats

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

    Properties

    | Edit this page View Source

    Done

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

    Failed

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

    Finalizing

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

    Initializing

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

    Started

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Done
      • Failed
      • Finalizing
      • Initializing
      • Started
      • Total
    • Extension Methods
    Back to top Generated by DocFX