Attribute | Type | Description | |
|---|---|---|---|
attributeTypes | List | A list of String containing the attribute types of the attribute. | |
autoIncrement | boolean | A flag for whether the attribute is auto increment. | |
charset | String | The charset of the attribute. | |
columnProperties | String | A list of columnProperty containing the configured column properties of the column. | |
columnPropertyValuesByName | Map | A map of names to values for the configured column properties of the column. | |
comment | String | The comment of the attribute. | |
complexProfilingMetrics | Map | A map of metric names to a list of Tuple for the complex profiling metrics of the attribute. | |
createdBy | The attribute is created by. | ||
dataCharacteristics | The data characteristics (ColumnDataCharacteristics) of the attribute. | ||
dataTransformations | List | A list of DataTransformation containing the data transformations of the attribute that do not belong to a source set | |
dataTypeScale | String | The data type scale of the attribute. | |
dataTypeSize | String | The data type size of the attribute . | |
dataType | String | The data type of the attribute. | |
defaultValue | String | The default value of the data type | |
dependentColumns | List | A list of Column that uses the column as a source. | |
documentation | List | A list of Documentation containing the documentation of the attribute. | |
extendedProperties | List | A list of ExtendedProperty containing the attribute extended properties of the attribute. | |
extendedPropertyValuesByName | Map | A map of names to values for the extended properties of the attribute. | |
foreignKey | boolean | A flag for whether the attribute is a foreign key. | |
fullDataType | String | The data type including size and scale of the attribute. | |
generated | boolean | A flag for whether the attribute is generated. | |
hidden | boolean | A flag for whether the attribute is hidden. | |
key | Integer | The identity key of the attribute. | |
label | String | The label of the attribute. | |
lastProfiledAt | String | The date and time the attribute was last profiled at. | |
name | String | The name of the attribute. | |
notes | Map | A map of names to values for the notes of the attribute. | |
nullable | boolean | A flag for whether the attribute is nullable. | |
nullAllowed | boolean | Synonym for nullable. | |
order | int | The position of the attribute. | |
profilingVersions | List | A list of profilingVersion. | |
primaryKey | boolean | A flag for whether the attribute is a primary key. | |
rating | String | The rating of the attribute. | |
referencedPrimaryKey | boolean | A flag for whether the attribute is a referenced primary key. | |
sequence | String | The sequence of the attribute. | |
simpleProfilingMetrics | Map | A map of metric names to value for the simple profiling metrics of the attribute. | |
sourceColumns | List | A list of Column containing the source attributes of the attribute. | |
sourceConnections | List | A list of Connection containing the source connections of the attribute.
| |
sourceSets | List | A list of SourceColSet containing the source mapping sets of the attribute. | |
table | The entity the attribute belongs to. | ||
unique | boolean | A flag for whether the attribute is unique. | |
unreferencedPrimaryKey | boolean | A flag for whether the attribute is an unreferenced primary key. | |
dependentColumns | List | A list of Column that use the column as a source. |