AtlasLineageInfoOutput interface
The lineage information.
Properties
| base |
The GUID of the base entity. |
| children |
The number of children node. |
| guid |
The GUID entity map. |
| lineage |
The depth of lineage. |
| lineage |
The enum of lineage direction. Possible values: "INPUT", "OUTPUT", "BOTH" |
| lineage |
The width of lineage. |
| parent |
An array of parentRelations relations. |
| relations | An array of lineage relations. |
| width |
The entity count in specific direction. |
Property Details
baseEntityGuid
The GUID of the base entity.
baseEntityGuid?: string
Property Value
string
childrenCount
The number of children node.
childrenCount?: number
Property Value
number
guidEntityMap
The GUID entity map.
guidEntityMap?: Record<string, AtlasEntityHeaderOutput>
Property Value
Record<string, AtlasEntityHeaderOutput>
lineageDepth
The depth of lineage.
lineageDepth?: number
Property Value
number
lineageDirection
The enum of lineage direction.
Possible values: "INPUT", "OUTPUT", "BOTH"
lineageDirection?: string
Property Value
string
lineageWidth
The width of lineage.
lineageWidth?: number
Property Value
number
parentRelations
An array of parentRelations relations.
parentRelations?: ParentRelationOutput[]
Property Value
relations
An array of lineage relations.
relations?: LineageRelationOutput[]
Property Value
widthCounts
The entity count in specific direction.
widthCounts?: Record<string, Record<string, any>>
Property Value
Record<string, Record<string, any>>