名称 | 说明 | JSON 数据类型 |
---|---|---|
type | 始终为 RowCountValidationTaskType | 字符串 |
objectType | 要移动的对象的类型 | 字符串 |
sourceParent | 源数据库或父对象 | 字符串 |
sourceTable | 从中读取数据的表 | 字符串 |
sourceOperatorType | 源数据库的运算符 | 字符串 |
sourceScripts | 针对源数据库执行的脚本 | JSON 数组(字符串) |
targetParent | 目标数据库或父对象 | 字符串 |
targetTable | 数据的目标表 | 字符串 |
targetOperatorType | 目标数据库的运算符 | 字符串 |
targetScripts | 针对目标数据库执行的脚本 | JSON 数组(字符串) |
dataStreams | 分配给此任务的数据流数 | 整数 |
id | 任务的 ID | 整数 |