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