|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The details of the table. |
||
| Owner |
string |
The owner of the table. |
zhangsan |
| ViewOriginalText |
string |
If the table is a view, this parameter indicates the original text of the view. |
"" |
| TableType |
string |
The type of the metadata table. Examples: MANAGED_TABLE, EXTERNAL_TABLE, VIRTUAL_VIEW, INDEX_TABLE, and MATERIALIZED_VIEW. |
EXTERNAL_TABLE |
| Parameters |
object |
The key-value pair parameters. |
|
|
string |
The key and value of the parameter. |
{ "EXTERNAL": "TRUE", "delta.minReaderVersion": "1"} |
|
| Description |
string |
The description of the table. |
test |
| CreatorId |
integer |
The ID of the user who created the table. |
8**** |
| CreateTime |
integer |
The time when the table was created. |
1731586286 |
| StorageDescriptor | DLStorageDescriptor |
The storage description. This includes the storage features and format details 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 owner. Valid values: USER, ROLE, and GROUP. |
USER |
| ViewExpandedText |
string |
If the table is a view, this parameter indicates the expanded text of the view. |
"" |
| PartitionKeys |
array |
The list of attribute columns for the table. |
|
| DLColumn |
The column information. |
||
| ModifierId |
integer |
The user who last modified the table. |
1410769 |
| Location |
string |
The storage path of the table. |
oss://xxx |