Class AppendProcessor
Inheritance
AppendProcessor
Assembly: OpenSearch.Client.dll
Syntax
public class AppendProcessor : ProcessorBase, IAppendProcessor, IProcessor
Properties
|
Edit this page
View Source
AllowDuplicates
Declaration
public bool? AllowDuplicates { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
protected override string Name { get; }
Property Value
Overrides
|
Edit this page
View Source
Value
Declaration
public IEnumerable<object> Value { get; set; }
Property Value
Implements
Extension Methods