Search Results for

    Show / Hide Table of Contents

    Interface IPipeline

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPipeline

    Properties

    | Edit this page View Source

    Description

    Declaration
    [DataMember(Name = "description")]
    string Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OnFailure

    Declaration
    [DataMember(Name = "on_failure")]
    IEnumerable<IProcessor> OnFailure { get; set; }
    Property Value
    Type Description
    IEnumerable<IProcessor>
    | Edit this page View Source

    Processors

    Declaration
    [DataMember(Name = "processors")]
    IEnumerable<IProcessor> Processors { get; set; }
    Property Value
    Type Description
    IEnumerable<IProcessor>

    Extension Methods

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