Search Results for

    Show / Hide Table of Contents

    Class DotExpanderProcessorDescriptor<T>

    Expands a field with dots into an object field. This processor allows fields with dots in the name to be accessible by other processors in the pipeline. Otherwise these fields can’t be accessed by any processor.

    Inheritance
    object
    DescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>
    DotExpanderProcessorDescriptor<T>
    Implements
    IDescriptor
    IDotExpanderProcessor
    IProcessor
    Inherited Members
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.Name
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.Description(string)
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.OnFailure(IEnumerable<IProcessor>)
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.OnFailure(Func<ProcessorsDescriptor, IPromise<IList<IProcessor>>>)
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.If(string)
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.Tag(string)
    ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.IgnoreFailure(bool?)
    DescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.Self
    DescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.Assign<TValue>(TValue, Action<IDotExpanderProcessor, 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 DotExpanderProcessorDescriptor<T> : ProcessorDescriptorBase<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>, IDescriptor, IDotExpanderProcessor, 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<DotExpanderProcessorDescriptor<T>, IDotExpanderProcessor>.Name

    Methods

    | Edit this page View Source

    Field(Field)

    The field to expand into an object field

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

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

    The field to expand into an object field

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

    Path(string)

    The field that contains the field to expand. Only required if the field to expand is part another object field, because the field option can only understand leaf fields.

    Declaration
    public DotExpanderProcessorDescriptor<T> Path(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    DotExpanderProcessorDescriptor<T>

    Implements

    IDescriptor
    IDotExpanderProcessor
    IProcessor

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Name
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • Path(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX