| Parameter | Type | Description | Example |
|---|---|---|---|
| object | Table | ||
| Cascade | boolean | Specifies whether to perform cascade deletion. | false |
| CreatedBy | string | The name of the user who created the version. | zhangsan |
| DatabaseName | string | The name of the metadatabase. | database_test |
| LastAccessTime | integer | The timestamp of the last access to this table. | 1608707407 |
| LastAnalyzedTime | integer | The time when the last statistical operation was performed on columns. The value is in the UNIX timestamp format. Unit: seconds. | 1608707407 |
| Owner | string | The name of the owner. | zhangsan |
| OwnerType | string | The type of the owner. You can set this field to USER, ROLE, or GROUP. | USER |
| Parameters | Parameters | The KVPs that define the attributes related to the table. | |
| PartitionKeys | ListFieldSchema | List of partition table. Only the partition keys of the basic types are supported. If no partitionKeys is specified, you need to set the value of partitionKeys to an empty list. | |
| Privileges | PrincipalPrivilegeSet | The configurations of permissions. This parameter can be left empty. | |
| Retention | integer | The retention time of the table. | 30000 |
| RewriteEnabled | boolean | Whether the view can be used by overridden queries | true |
| Sd | StorageDescriptor | The descriptor of the storage, which contains physical storage information about this table. | |
| TableName | string | The name of the table. | table_name |
| TableType | string | The type of the metadata table. Example: MANAGED_TABLE,EXTERNAL_TABLE,VIRTUAL_VIEW,INDEX_TABLE,MATERIALIZED_VIEW. | MANAGED_TABLE |
| Temporary | boolean | Specifies whether the table is a temporary table. | false |
| ViewExpandedText | string | The expanded text of the view. | '' |
| ViewOriginalText | string | The original text of the view. | '' |
| CreateTime | integer | The time when the rule was created. | 1645437703000 |