Share via


AtlasLineageInfoOutput interface

The lineage information.

Properties

baseEntityGuid

The GUID of the base entity.

childrenCount

The number of children node.

guidEntityMap

The GUID entity map.

lineageDepth

The depth of lineage.

lineageDirection

The enum of lineage direction.

Possible values: "INPUT", "OUTPUT", "BOTH"

lineageWidth

The width of lineage.

parentRelations

An array of parentRelations relations.

relations

An array of lineage relations.

widthCounts

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>>