Class Pipeline
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class Pipeline : IPipeline
Properties
| Edit this page View SourceDescription
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnFailure
Declaration
public IEnumerable<IProcessor> OnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IProcessor> |
Processors
Declaration
public IEnumerable<IProcessor> Processors { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IProcessor> |