数据复制服务 DRS-查询内容对比详情:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
total_count |
Integer |
对比数量。 |
content_compare_result_infos |
Array of objects |
对比信息列表。 详情请参见表5。 |
参数 |
参数类型 |
描述 |
---|---|---|
source_db |
String |
源库名称。 |
target_db |
String |
目标库名称。 |
source_table_name |
String |
源库的表名称。 |
target_table_name |
String |
目标库的表名称。 |
source_row_num |
Long |
源库表行数。 |
target_row_num |
Long |
目标库表行数。 |
difference_row_num |
Long |
源库的表和目标库的表的差异值。 |
line_compare_result |
Boolean |
行对比结果。
|
content_compare_result |
Boolean |
内容对比结果。
|
message |
String |
附加信息。 |
compare_line_config_filter |
String |
行过滤配置条件 |