Share via


ParentRelationOutput interface

The lineage parents relation with GUID of the parent entity and to child entity.

Properties

childEntityId

The GUID of child entity.

parentEntityId

The GUID of parent entity.

relationshipId

The GUID of relationship.

Property Details

childEntityId

The GUID of child entity.

childEntityId?: string

Property Value

string

parentEntityId

The GUID of parent entity.

parentEntityId?: string

Property Value

string

relationshipId

The GUID of relationship.

relationshipId?: string

Property Value

string