When you call the ConfigureMigrationJob or ConfigureSynchronizationJob operation, you can specify this parameter to meet special requirements, for example, whether to automatically start a precheck.
Precautions
To ensure that you can use this parameter, you must use the latest version of SDK. For more information, see Download SDKs.
Related API operations
Definition of the MigrationReserved parameter
The value of the MigrationReserved parameter is a JSON string. The following table describes the parameter definition.
Parameter | Applicable API operation | Description |
---|---|---|
autoStartModulesAfterConfig | Specifies whether to automatically start a precheck after the task is configured.
Valid values:
Default value: all. |
|
targetTableMode | Specifies whether to ignore schema name conflicts during precheck. Valid values:
|
|
srcRedisType | ConfigureSynchronizationJob | The value is set to enterprise, which indicates ApsaraDB for Redis Enhanced Edition (Tair) instance.
Note This parameter is applicable only to data synchronization between ApsaraDB for Redis
Enhanced Edition (Tair) instances.
|
destRedisType |
Sample request
{
"autoStartModulesAfterConfig": "none",
"targetTableMode": 2
}