| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The scheduling rule. | ||
| StartCronExpression | string | The time when the migration task started. You can use a CRON expression to specify the time. The interval at which the migration task is run is at least 1 hour. | 0 0 * * * ? |
| SuspendCronExpression | string | The time when the migration task paused. You can use a CRON expression to specify the time. The interval at which the migration task is run is at least 1 hour. | 0 0 * * * ? |
| MaxScheduleCount | long | The maximum number of times that the migration task is automatically scheduled. Each time the migration task is run, the execution ID increases by one until the task is run the specified number of times. The task is automatically scheduled based on the specified start time and pause time. The task is no longer automatically scheduled after the task is run the specified number of times. However, you can still manually start the task. | 1 |