AtlasRelationshipEndDef interface
The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an attribute name, cardinality and whether it is the container end of the relationship.
Properties
| cardinality | single-valued attribute or multi-valued attribute. Possible values: "SINGLE", "LIST", "SET" |
| description | The description of the relationship end definition. |
| is |
Determines if it is container. |
| is |
Determines if it is a legacy attribute. |
| name | The name of the relationship end definition. |
| type | The type of the relationship end. |
Property Details
cardinality
single-valued attribute or multi-valued attribute.
Possible values: "SINGLE", "LIST", "SET"
cardinality?: string
Property Value
string
description
The description of the relationship end definition.
description?: string
Property Value
string
isContainer
Determines if it is container.
isContainer?: boolean
Property Value
boolean
isLegacyAttribute
Determines if it is a legacy attribute.
isLegacyAttribute?: boolean
Property Value
boolean
name
The name of the relationship end definition.
name?: string
Property Value
string
type
The type of the relationship end.
type?: string
Property Value
string