Search Results for

    Show / Hide Table of Contents

    Class JoinProperty

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

    Inheritance
    object
    PropertyBase
    JoinProperty
    Implements
    IPropertyWithClrOrigin
    IJoinProperty
    IProperty
    IFieldMapping
    Inherited Members
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class JoinProperty : PropertyBase, IPropertyWithClrOrigin, IJoinProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    JoinProperty()

    Declaration
    public JoinProperty()

    Properties

    | Edit this page View Source

    Relations

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

    Declaration
    public IRelations Relations { get; set; }
    Property Value
    Type Description
    IRelations

    Implements

    IPropertyWithClrOrigin
    IJoinProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • JoinProperty()
    • Properties
      • Relations
    • Implements
    • Extension Methods
    Back to top Generated by DocFX