Property | Description |
---|
AttributeName | Represents the attribute name of the DataLineageColumn. DATATYPE: String. |
ColumnName | Represents the column name of the DataLineageColumn. DATATYPE: String. |
DataLength | Data length of the datatype (if any). DATATYPE: Integer. |
DataScale | Data scale of the datatype (if any). DATATYPE: Integer. |
Datatype | Datatype of the data lineage column. DATATYPE: String. |
Definition | Definition of the DataLineageColumn. DATATYPE: String. |
GUID | Returns the GUID of the DataLineageColumn. DATATYPE: String. |
Hidden | Indicates whether a DataLineageColumn is hidden in the Diagram display. DATATYPE: Boolean. |
ID | Returns the ID of the DataLineageColumn. DATATYPE: Integer. |
Identity | Identity property of the DataLineageColumn. DATATYPE: Boolean. |
IdentityIncrement | Identity increment value of the DataLineageColumn. DATATYPE: Integer. |
IdentitySeed | Identity seed value of the DataLineageColumn. DATATYPE: Integer. |
NullOption | Nullability of the DataLineageColumn. DATATYPE: String. The possible values are: 'NULL' or 'NOT NULL'. |
PrimaryKey | Represents the Primary Key of the DataLineageColumn. If this property is true, the column is a PK. DATATYPE: Boolean. |
SequenceNumber | Sequence number of the DataLineageColumn. DATATYPE: Integer. |