MigrationPlanSettings

MigrationPlanSettings
MigrationPlanSettings
JSON Example
{
    "parallel": false,
    "pause_after_each_group": false,
    "pause_on_error": false
}
boolean
parallel
Optional
Constraints: default: true

Migration Method to specify whether the migration is to be performed serially or in parallel

boolean
pause_after_each_group
Optional

Flag to indicate whether to pause the migration after migration of each group is completed

boolean
pause_on_error
Optional

Flag to indicate whether to pause the migration plan execution when an error occurs