Search Results for

    Show / Hide Table of Contents

    Class NodeIngestStats

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

    Properties

    | Edit this page View Source

    Pipelines

    Per pipeline ingest statistics

    Declaration
    [DataMember(Name = "pipelines")]
    public IReadOnlyDictionary<string, IngestStats> Pipelines { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, IngestStats>
    | Edit this page View Source

    Total

    Overall global ingest statistics

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

    Extension Methods

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