| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The partition information. | ||
| TableName | string | The table name. | table_name |
| Sd | DLStorageDescriptor | The description of the data storage. | |
| Parameters | object | The key-value pair of the partition. | |
| string | The key and value of the key-value pair. | {"key":"value"} | |
| CreateTime | integer | The time when the partition was created. The value is a UNIX timestamp. Unit: seconds. | 1735109884 |
| Values | array | The values in a partition key column. | |
| string | The value of the partition key column. | part_val1 | |
| CatalogName | string | The name of the catalog. | hive |
| DbName | string | The name of the database. | default |
| LastAccessTime | integer | The time when the table was last accessed. | 1608707407 |