| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about the table. | ||
| ViewOriginalText | string | The original text of the view if the table type is view. | "" |
| Owner | string | The name of the table owner. | zhangsan |
| TableType | string | The type of the table. Valid values: MANAGED_TABLE, EXTERNAL_TABLE, VIRTUAL_VIEW, INDEX_TABLE, and MATERIALIZED_VIEW. | EXTERNAL_TABLE |
| Parameters | object | The key-value pair. | { "EXTERNAL": "TRUE", "delta.minReaderVersion": "1"} |
| Description | string | The description of the application table. | 1410769 |
| CreatorId | long | The ID of the user who created the table. | 88653 |
| CreateTime | integer | The time when the data 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 name of the table. | 100g_customer |
| OwnerType | string | The type of the table owner. Valid values: USER, ROLE, and GROUP. | USER |
| ViewExpandedText | string | The expanded text of the view if the table type is view. | "" |
| DbId | long | The ID of the database in which the table is stored. | 19 |
| DbName | string | The name of the database in which the table is stored. | default |
| CatalogName | string | The name of the catalog to which the table belongs. | hive |
| PartitionKeys | array | The column attributes of the table. | |
| PartitionKey | DLColumn | Column | |
| ModifierId | long | The ID of the user who last modified the table. | 1410769 |
| Location | string | The storage path of the table. | oss://xxx |