All Products
Search
Document Center

AnalyticDB:ColDetailModel

Last Updated:Mar 10, 2025
ParameterTypeDescriptionExample
object

The queried column.

ColumnNamestring

The logical name of the column.

example
Typestring

The data type of the column.

string
Descriptionstring

The description of the column.

description
SchemaNamestring

The logical name of the database.

schemaName
TableNamestring

The logical name of the table.

tableName
CreateTimestring

The time when the column was created. The time is displayed in UTC.

2023-01-05'T'13:17:55'Z'
UpdateTimestring

The time when the column was updated. The time is displayed in UTC.

2023-01-05'T'13:17:55'Z'
PartitionKeyboolean

Indicates whether the column is the partition key.

true
Nullableboolean

Indicates whether the column can be empty.

false
PrimaryKeyboolean

Indicates whether the column is the primary key.

true
DistributeKeyboolean

Indicates whether the column is the distribution key.

false