Class NodeIngestStats
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class NodeIngestStats
Properties
| Edit this page View SourcePipelines
Per pipeline ingest statistics
Declaration
[DataMember(Name = "pipelines")]
public IReadOnlyDictionary<string, IngestStats> Pipelines { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, IngestStats> |
Total
Overall global ingest statistics
Declaration
[DataMember(Name = "total")]
public IngestStats Total { get; set; }
Property Value
Type | Description |
---|---|
IngestStats |