Class AppendProcessorDescriptor<T>
Inheritance
AppendProcessorDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class AppendProcessorDescriptor<T> : ProcessorDescriptorBase<AppendProcessorDescriptor<T>, IAppendProcessor>, IDescriptor, IAppendProcessor, IProcessor where T : class
Type Parameters
Properties
|
Edit this page
View Source
Name
Declaration
protected override string Name { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
AllowDuplicates(bool?)
Declaration
public AppendProcessorDescriptor<T> AllowDuplicates(bool? allowDuplicates = true)
Parameters
Type |
Name |
Description |
bool? |
allowDuplicates |
|
Returns
|
Edit this page
View Source
Field(Field)
Declaration
public AppendProcessorDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public AppendProcessorDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Value<TValue>(IEnumerable<TValue>)
Declaration
public AppendProcessorDescriptor<T> Value<TValue>(IEnumerable<TValue> values)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Value<TValue>(params TValue[])
Declaration
public AppendProcessorDescriptor<T> Value<TValue>(params TValue[] values)
Parameters
Type |
Name |
Description |
TValue[] |
values |
|
Returns
Type Parameters
Implements
Extension Methods