LineageGraph Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      
- LineageGraph
 
 
Syntax
[ValueClass]
public class LineageGraph : ILineageGraphConstructors
| Name | Description | 
|---|---|
| LineageGraph() | 
Properties
| 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  |