| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about the partition. | ||
| TableId | string | The ID of the table to which the partition belongs. You can configure this parameter by referring to the | maxcompute-table:accountId::project::table |
| Name | string | The partition name. | ds=20250101 |
| CreateTime | long | The creation time. This value is a UNIX timestamp. Unit: milliseconds. | 1700192563000 |
| ModifyTime | long | The modification time. This value is a UNIX timestamp. Unit: milliseconds. | 1700192563000 |
| RecordCount | long | The number of records in the partition. | 1000000 |
| DataSize | long | The storage size of the partition. Unit: bytes. | 4096 |