Search Results for

    Show / Hide Table of Contents

    Class NetworkDirectionProcessorDescriptor<T>

    Inheritance
    object
    DescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>
    NetworkDirectionProcessorDescriptor<T>
    Implements
    IDescriptor
    INetworkDirectionProcessor
    IProcessor
    Inherited Members
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.Name
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.Description(string)
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.OnFailure(IEnumerable<IProcessor>)
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.OnFailure(Func<ProcessorsDescriptor, IPromise<IList<IProcessor>>>)
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.If(string)
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.Tag(string)
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.IgnoreFailure(bool?)
    DescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.Self
    DescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.Assign<TValue>(TValue, Action<INetworkDirectionProcessor, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class NetworkDirectionProcessorDescriptor<T> : ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>, IDescriptor, INetworkDirectionProcessor, IProcessor where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorDescriptorBase<NetworkDirectionProcessorDescriptor<T>, INetworkDirectionProcessor>.Name

    Methods

    | Edit this page View Source

    DestinationIp(Field)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> DestinationIp(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    | Edit this page View Source

    DestinationIp<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> DestinationIp<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    IgnoreMissing(bool?)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> IgnoreMissing(bool? ignoreMissing = true)
    Parameters
    Type Name Description
    bool? ignoreMissing
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    | Edit this page View Source

    InternalNetworks(IEnumerable<string>)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> InternalNetworks(IEnumerable<string> internalNetworks)
    Parameters
    Type Name Description
    IEnumerable<string> internalNetworks
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    | Edit this page View Source

    InternalNetworks(params string[])

    Declaration
    public NetworkDirectionProcessorDescriptor<T> InternalNetworks(params string[] internalNetworks)
    Parameters
    Type Name Description
    string[] internalNetworks
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    | Edit this page View Source

    SourceIp(Field)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> SourceIp(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    | Edit this page View Source

    SourceIp<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> SourceIp<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    TargetField(Field)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> TargetField(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    | Edit this page View Source

    TargetField<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public NetworkDirectionProcessorDescriptor<T> TargetField<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    NetworkDirectionProcessorDescriptor<T>
    Type Parameters
    Name Description
    TValue

    Implements

    IDescriptor
    INetworkDirectionProcessor
    IProcessor

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Name
    • Methods
      • DestinationIp(Field)
      • DestinationIp<TValue>(Expression<Func<T, TValue>>)
      • IgnoreMissing(bool?)
      • InternalNetworks(IEnumerable<string>)
      • InternalNetworks(params string[])
      • SourceIp(Field)
      • SourceIp<TValue>(Expression<Func<T, TValue>>)
      • TargetField(Field)
      • TargetField<TValue>(Expression<Func<T, TValue>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX