Public Methods

MethodDescription
UserCommentsReturns a collection of user comments associated with this DataLineageColumn.

Public Properties

PropertyDescription
AttributeNameRepresents the attribute name of the DataLineageColumn. DATATYPE: String.
ColumnNameRepresents the column name of the DataLineageColumn. DATATYPE: String.
DataLengthData length of the datatype (if any). DATATYPE: Integer.
DataScaleData scale of the datatype (if any). DATATYPE: Integer.
DatatypeDatatype of the data lineage column. DATATYPE: String.
DefinitionDefinition of the DataLineageColumn. DATATYPE: String.
GUIDReturns the GUID of the DataLineageColumn. DATATYPE: String.
HiddenIndicates whether a DataLineageColumn is hidden in the Diagram display. DATATYPE: Boolean.
IDReturns the ID of the DataLineageColumn. DATATYPE: Integer.
IdentityIdentity property of the DataLineageColumn. DATATYPE: Boolean.
IdentityIncrementIdentity increment value of the DataLineageColumn. DATATYPE: Integer.
IdentitySeedIdentity seed value of the DataLineageColumn. DATATYPE: Integer.
NullOptionNullability of the DataLineageColumn. DATATYPE: String. The possible values are: 'NULL' or 'NOT NULL'.
PrimaryKeyRepresents the Primary Key of the DataLineageColumn. If this property is true, the column is a PK. DATATYPE: Boolean.
SequenceNumberSequence number of the DataLineageColumn. DATATYPE: Integer.
  • No labels