Class ProcessorStats
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ProcessorStats
Properties
| Edit this page View SourceCount
The total number of document ingested during the lifetime of this node
Declaration
[DataMember(Name = "count")]
public long Count { get; }
Property Value
Type | Description |
---|---|
long |
Current
The total number of documents currently being ingested.
Declaration
[DataMember(Name = "current")]
public long Current { get; }
Property Value
Type | Description |
---|---|
long |
Failed
The total number ingest preprocessing operations failed during the lifetime of this node
Declaration
[DataMember(Name = "failed")]
public long Failed { get; }
Property Value
Type | Description |
---|---|
long |
TimeInMilliseconds
The total time spent on ingest preprocessing documents during the lifetime of this node
Declaration
[DataMember(Name = "time_in_millis")]
public long TimeInMilliseconds { get; }
Property Value
Type | Description |
---|---|
long |