ILineageGraphEdge Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface ILineageGraphEdgeProperties
| Name | Description |
|---|---|
| Id |
A unique ID of the edge JSON property name: qId |
| MetaData |
Extra metadata on the edges, e.g. expression etc. JSON property name: qMetaData |
| Relation |
Type of relation. JSON property name: qRelation |
| Source |
Source node of the edge. Property on the qNodes object. JSON property name: qSource |
| Target |
Target node of the edge. Property on the qNodes object. JSON property name: qTarget |