| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The basic information about the table. | ||
| Owner | string | The owner of the table. | test |
| ViewOriginalText | string | The original text of the view if the table type is view. | "" |
| TableType | string | The type of the table. Valid values: MANAGED_TABLE, EXTERNAL_TABLE, VIRTUAL_VIEW, INDEX_TABLE, and MATERIALIZED_VIEW. | EXTERNAL_TABLE |
| Parameters | object | Additional parameters for the table. | "EXTERNAL": "TRUE" |
| Description | string | The comment of the table. | "table" |
| CreatorId | long | The ID of the user who created the table. | 141**** |
| CreateTime | integer | The time when the table was created. | 1731586286 |
| LastAccessTime | integer | The time when the table was last accessed. | 1608707407 |
| Retention | integer | The retention period of the table. Unit: days. | 30000 |
| Name | string | The name of the table. | 100g_customer |
| OwnerType | string | The type of the table owner. Valid values: USER, ROLE, and GROUP. | ROLE |
| 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. | 100g_customer |
| CatalogName | string | The catalog to which the table belongs. | hive |
| PartitionKeys | array | The column attributes of the table. | |
| Column | DLColumn | The attributes of the column. | |
| ModifierId | long | The time when the table was modified. | 1410769 |
| Location | string | The storage path of the table. | oss://xxx |