Class JoinProperty
The join datatype is a special field that creates parent/child relation within documents of the same index.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class JoinProperty : PropertyBase, IPropertyWithClrOrigin, IJoinProperty, IProperty, IFieldMapping
Constructors
| Edit this page View SourceJoinProperty()
Declaration
public JoinProperty()
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
public IRelations Relations { get; set; }
Property Value
Type | Description |
---|---|
IRelations |