Interface IPipeline
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
|
Edit this page
View Source
OnFailure
Declaration
[DataMember(Name = "on_failure")]
IEnumerable<IProcessor> OnFailure { get; set; }
Property Value
|
Edit this page
View Source
Processors
Declaration
[DataMember(Name = "processors")]
IEnumerable<IProcessor> Processors { get; set; }
Property Value
Extension Methods