Search Results for

    Show / Hide Table of Contents

    Class NodeStatistics

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

    Properties

    | Edit this page View Source

    Failed

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

    Failures

    Declaration
    [DataMember(Name = "failures")]
    public IReadOnlyCollection<ErrorCause> Failures { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ErrorCause>
    | 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
      • Failed
      • Failures
      • Successful
      • Total
    • Extension Methods
    Back to top Generated by DocFX