名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
object | 列元数据信息。 | ||
ColumnName | string | 逻辑列名。 | example |
Type | string | 数据类型。 | string |
Description | string | 描述。 | description |
SchemaName | string | 逻辑库名。 | schemaName |
TableName | string | 逻辑表名。 | tableName |
CreateTime | string | 创建时间(UTC)。 | 2023-01-05'T'13:17:55'Z' |
UpdateTime | string | 更新时间(UTC)。 | 2023-01-05'T'13:17:55'Z' |
PartitionKey | boolean | 是否是分区键。 | true |
Nullable | boolean | 是否可以为 null。 | false |
PrimaryKey | boolean | 是否是主键。 | true |
DistributeKey | boolean | 是否是分布键。 | false |
文档内容是否对您有帮助?