Class ClusterIngestStats
Inheritance
ClusterIngestStats
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
|
Edit this page
View Source
ProcessorStats
Declaration
[DataMember(Name = "processor_stats")]
public IReadOnlyDictionary<string, ClusterProcessorStats> ProcessorStats { get; }
Property Value
Extension Methods