Class PipelineProcessor
Executes another pipeline.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PipelineProcessor : ProcessorBase, IPipelineProcessor, IProcessor
Properties
| Edit this page View SourceName
Declaration
protected override string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceProcessorName
The name of the pipeline to execute.
Declaration
[DataMember(Name = "name")]
public string ProcessorName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |