Interface IAppendProcessor
Assembly: OpenSearch.Client.dll
Syntax
public interface IAppendProcessor : IProcessor
Properties
|
Edit this page
View Source
AllowDuplicates
Declaration
[DataMember(Name = "allow_duplicates")]
bool? AllowDuplicates { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
[DataMember(Name = "value")]
IEnumerable<object> Value { get; set; }
Property Value
Extension Methods