LineageRelationOutput interface
The lineage relation with GUID of the from and to entity.
Properties
| from |
The GUID of from-entity. |
| relationship |
The GUID of relationship. |
| to |
The GUID of to-entity. |
Property Details
fromEntityId
The GUID of from-entity.
fromEntityId?: string
Property Value
string
relationshipId
The GUID of relationship.
relationshipId?: string
Property Value
string
toEntityId
The GUID of to-entity.
toEntityId?: string
Property Value
string