Search Results for

    Show / Hide Table of Contents

    Class ClusterStatistics

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

    Properties

    | Edit this page View Source

    Skipped

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

    Successful

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

    Total

    Declaration
    [DataMember(Name = "total")]
    public int Total { get; }
    Property Value
    Type Description
    int

    Extension Methods

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