|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The partition information. |
||
| Parameters |
object |
The key-value pair of the partition. |
|
|
string |
A key-value pair entry. |
{"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 storage descriptor for the partition. |
|
| LastAccessTime |
integer |
The time when the partition was last accessed. The value is a UNIX timestamp. Unit: seconds. |
1731586286 |