| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about the table. | ||
| Owner | string | The owner of the table. | zhangsan |
| ViewOriginalText | string | The original text of the view if the table type is view. | "" |
| TableType | string | The type of the metadata table. Valid values: MANAGED_TABLE, EXTERNAL_TABLE, VIRTUAL_VIEW, INDEX_TABLE, and MATERIALIZED_VIEW. | EXTERNAL_TABLE |
| Parameters | object | The key-value pairs. | |
| string | The key-value pair. | { "EXTERNAL": "TRUE", "delta.minReaderVersion": "1"} | |
| Description | string | The description of the table. | test |
| CreatorId | long | The ID of the user who created the table. | 8*** |
| CreateTime | integer | The time when the table was created. | 1731586286 |
| StorageDescriptor | DLStorageDescriptor | The description of data storage, including the storage characteristics and format of the table. | |
| LastAccessTime | integer | The time when the table was last accessed. | 1608707407 |
| Retention | integer | The retention period of the table. | 300 |
| Name | string | The table name. | 100g_customer |
| OwnerType | string | The type of the owner. Valid values: USER, ROLE, and GROUP. | USER |
| ViewExpandedText | string | The expanded text of the view if the table type is view. | "" |
| PartitionKeys | array | The column attributes of the table. | |
| DLColumn | The information about the columns. | ||
| ModifierId | long | The ID of the user who last modified the table. | 1410769 |
| Location | string | The storage path of the table. | oss://xxx |