Search Results for

    Show / Hide Table of Contents

    Interface IPipelineProcessor

    Executes another pipeline.

    Inherited Members
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPipelineProcessor : IProcessor

    Properties

    | Edit this page View Source

    ProcessorName

    The name of the pipeline to execute.

    Declaration
    [DataMember(Name = "name")]
    string ProcessorName { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ProcessorName
    • Extension Methods
    Back to top Generated by DocFX