Parameter | Type | Description | Example |
object | The table details. | ||
id | string | The UUID of the table. | 1 |
name | string | The name of the table. | table_test |
path | string | The table URI. | oss://clg-paimon-xxx/db-xxx/tbl-xxxx |
isExternal | boolean | Indicates whether the table is an external table. | true |
schemaId | integer | The ID of the schema. | 1 |
schema | The table schema. | ||
owner | string | The owner of the table. | acs:ram::[accountId]:root |
createdAt | integer | The time when the table was created. | 1741266704867 |
createdBy | string | The user who created the table. | acs:ram::[accountId]:root |
updatedAt | integer | The time when the table was last updated. | 1741266704867 |
updatedBy | string | The user who last updated the table. | acs:ram::[accountId]:root |
storageClass | string | The storage class of the table. | |
storageAction | string | ||
storageActionTimestamp | integer |