ILineageGraph Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface ILineageGraphProperties
| Name | Description | 
|---|---|
| Directed | JSON property name: qDirected | 
| Edges | Array of edges. JSON property name: qEdges | 
| Id | Lineage graph ID. JSON property name: qId | 
| Label | Name of the lineage graph JSON property name: qLabel | 
| MetaData | Metadata on the graph JSON property name: qMetaData | 
| Nodes | Nodes as part of the graph. JSON property name: qNodes | 
| Type | Can be either dataset or column. JSON property name: qType |