| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The summary of the table or view. | ||
| SchemaName | string | The logical name of the database. | schemaName |
| TableName | string | The logical name of the table or view. | tableName |
| TableType | string | The type of the table or view. | PHYSICAL_SCHEMA_NAME |
| TableSize | long | The table size. Unit: bytes. | 1234 |
| CreateTime | string | The time when the table was created. | 2023-01-05 13:17:55 |
| UpdateTime | string | The time when the table was updated. | 2023-01-05 13:17:55 |
| SQL | string | The SQL statement that is used to create the table or view. | create table(a varchar) |
| Description | string | The description of the table. | descrtiption |
| Owner | string | The owner of the table. | abc |