Search Results for

    Show / Hide Table of Contents

    Class JoinPropertyDescriptor<T>

    The join datatype is a special field that creates parent/child relation within documents of the same index.

    Inheritance
    object
    DescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty>
    PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>
    JoinPropertyDescriptor<T>
    Implements
    IDescriptor
    IJoinProperty
    IProperty
    IFieldMapping
    Inherited Members
    PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>.DebugDisplay
    PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>.TypeOverride
    PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty>.Self
    DescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty>.Assign<TValue>(TValue, Action<IJoinProperty, 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 JoinPropertyDescriptor<T> : PropertyDescriptorBase<JoinPropertyDescriptor<T>, IJoinProperty, T>, IDescriptor, IJoinProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    JoinPropertyDescriptor()

    Declaration
    public JoinPropertyDescriptor()

    Methods

    | Edit this page View Source

    Relations(Func<RelationsDescriptor, IPromise<IRelations>>)

    Defines a set of possible relations within the documents, each relation being a parent name and a child name.

    Declaration
    public JoinPropertyDescriptor<T> Relations(Func<RelationsDescriptor, IPromise<IRelations>> selector)
    Parameters
    Type Name Description
    Func<RelationsDescriptor, IPromise<IRelations>> selector
    Returns
    Type Description
    JoinPropertyDescriptor<T>

    Implements

    IDescriptor
    IJoinProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • JoinPropertyDescriptor()
    • Methods
      • Relations(Func<RelationsDescriptor, IPromise<IRelations>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX