Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties

PropertyDescription
AttributeNameThis property represents the attribute name of the DataLineageColumn. DATATYPE: String.
ColumnNameThis property represents the column name of the DataLineageColumn. DATATYPE: String.
DataLengthThe data length of the datatype (if any). DATATYPE: Integer.
DataScaleThe data scale of the datatype (if any). DATATYPE: Integer.
DatatypeThis is the datatype of the data lineage column. DATATYPE: String.
DefinitionThis is the definition of the DataLineageColumn. DATATYPE: String.
GUIDReturns the GUID of the DataLineageColumn. DATATYPE: String.
HiddenThis is the flag indicating that an DataLineageColumn is hidden in the Diagram display. DATATYPE: Boolean.
IDReturns the ID of the DataLineageColumn. DATATYPE: Integer.
IdentityThis is the identity property of the DataLineageColumn. DATATYPE: Boolean.
IdentityIncrementThis is the identity increment value of the DataLineageColumn. DATATYPE: Integer.
IdentitySeedThis is the identity seed value of the DataLineageColumn. DATATYPE: Integer.
NullOptionThis is the nullability of the DataLineageColumn. DATATYPE: String. The possible values are: 'NULL' or 'NOT NULL'.
PrimaryKeyThis property represents the Primary Key of the DataLineageColumn. If this property is true, the column is a PK. DATATYPE: Boolean.
SequenceNumberThis property is the sequence number of the DataLineageColumn. DATATYPE: Integer.

...