Search Results for

    Show / Hide Table of Contents

    Class ClusterIngestStats

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

    Properties

    | Edit this page View Source

    NumberOfPipelines

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

    ProcessorStats

    Declaration
    [DataMember(Name = "processor_stats")]
    public IReadOnlyDictionary<string, ClusterProcessorStats> ProcessorStats { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, ClusterProcessorStats>

    Extension Methods

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