Class UserAgentProcessorDescriptor<T>
Ingest pipelines are composed of one or more processors
Inheritance
UserAgentProcessorDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class UserAgentProcessorDescriptor<T> : ProcessorDescriptorBase<UserAgentProcessorDescriptor<T>, IUserAgentProcessor>, IDescriptor, IUserAgentProcessor, 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
Field(Field)
Declaration
public UserAgentProcessorDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public UserAgentProcessorDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
IgnoreMissing(bool?)
Declaration
public UserAgentProcessorDescriptor<T> IgnoreMissing(bool? ignoreMissing = true)
Parameters
Type |
Name |
Description |
bool? |
ignoreMissing |
|
Returns
|
Edit this page
View Source
Properties(params UserAgentProperty[])
Declaration
public UserAgentProcessorDescriptor<T> Properties(params UserAgentProperty[] properties)
Parameters
Returns
|
Edit this page
View Source
Properties(IEnumerable<UserAgentProperty>)
Declaration
public UserAgentProcessorDescriptor<T> Properties(IEnumerable<UserAgentProperty> properties)
Parameters
Returns
|
Edit this page
View Source
RegexFile(string)
Declaration
public UserAgentProcessorDescriptor<T> RegexFile(string file)
Parameters
Type |
Name |
Description |
string |
file |
|
Returns
|
Edit this page
View Source
TargetField(Field)
Declaration
public UserAgentProcessorDescriptor<T> TargetField(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
TargetField<TValue>(Expression<Func<T, TValue>>)
Declaration
public UserAgentProcessorDescriptor<T> TargetField<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
Implements
Extension Methods