Interface IJoinProperty
The join datatype is a special field that creates parent/child relation within documents of the same index.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IJoinProperty : IProperty, IFieldMapping
Properties
| Edit this page View SourceRelations
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 |