Skip to content
logoBack to home screen

Link Property Assignment

This metadata is used to map a complex property, either a single or multiple aggregation, using an additional linking entity.

Metadata Property NameType Signature
LinkPropertyAssignmentcom.braintribe.model.accessdeployment.smart.meta.LinkPropertyAssignment

General

This entity links the integration entity with the complex property entity type using two joins:

  • from the integration entity to the linking entity
  • from the linking entity to the complex property

This metadata contains five properties; four handle the two separate joins required, a key and other property for each, while the fifth defines the access through which the linking entity can be accessed.

PropertyDescriptionType
Link AccessThe access through which the linking entity can be accessed.IncrementalAccess
Other KeyThe property belonging to the complex property type that is joined to a corresponding property in the linking entity, as defined by Link Other KeyGmProperty
KeyThe property belonging to the integration entity that is joined to a corresponding property in the linking entity, as defined by Link KeyGmProperty
Link Other KeyThe property belonging to the linking entity that is joined to a corresponding property in the complex property type, as defined by Other KeyGmProperty
Link KeyThe property belonging to the linking entity that is joined to a corresponding property in the integration entity, as defined by KeyGmProperty