Inheritance
NetworkCommunityIdProcessorDescriptor<T>
Assembly: OpenSearch.Client.dll
public class NetworkCommunityIdProcessorDescriptor<T> : ProcessorDescriptorBase<NetworkCommunityIdProcessorDescriptor<T>, INetworkCommunityIdProcessor>, IDescriptor, INetworkCommunityIdProcessor, IProcessor where T : class
Type Parameters
Properties
|
Edit this page
View Source
Declaration
protected override string Name { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> DestinationIp(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> DestinationIp<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> DestinationPort(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> DestinationPort<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> IanaNumber(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> IanaNumber<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> IcmpCode(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> IcmpCode<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> IcmpType(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> IcmpType<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> IgnoreMissing(bool? ignoreMissing = true)
Parameters
Type |
Name |
Description |
bool? |
ignoreMissing |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> Seed(int? seed = null)
Parameters
Type |
Name |
Description |
int? |
seed |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> SourceIp(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> SourceIp<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> SourcePort(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> SourcePort<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> TargetField(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> TargetField<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> Transport(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Declaration
public NetworkCommunityIdProcessorDescriptor<T> Transport<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type Parameters
Implements
Extension Methods