Search Results for

    Show / Hide Table of Contents

    Interface IJoinProperty

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

    Inherited Members
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IJoinProperty : IProperty, IFieldMapping

    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
    [DataMember(Name = "relations")]
    IRelations Relations { get; set; }
    Property Value
    Type Description
    IRelations

    Extension Methods

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