| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The partition information. | ||
| 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 of the partition key columns. | |
| string | The value of the partition key column. | part_val1 | |
| StorageDescriptor | DLStorageDescriptor | The description of the data storage. | |
| LastAccessTime | integer | The time when the partition was last accessed. The value is a UNIX timestamp. Unit: seconds. | 1731586286 |