Search Results for

    Show / Hide Table of Contents

    Class PipelineProcessor

    Executes another pipeline.

    Inheritance
    object
    ProcessorBase
    PipelineProcessor
    Implements
    IPipelineProcessor
    IProcessor
    Inherited Members
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class PipelineProcessor : ProcessorBase, IPipelineProcessor, IProcessor

    Properties

    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name
    | Edit this page View Source

    ProcessorName

    The name of the pipeline to execute.

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

    Implements

    IPipelineProcessor
    IProcessor

    Extension Methods

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