public class ConsistencyParams extends AbstractModel
Constructor and Description |
---|
ConsistencyParams() |
Modifier and Type | Method and Description |
---|---|
Long |
getSelectRowsPerTable()
Get Data content check parameter, which refers to the proportion of the rows selected for data comparison in all the rows of the table.
|
Long |
getTablesSelectAll()
Get Data content check parameter, which refers to the proportion of the tables selected for data detection in all the tables.
|
Long |
getTablesSelectCount()
Get Data quantity check parameter, which checks whether the numbers of rows are identical.
|
void |
setSelectRowsPerTable(Long SelectRowsPerTable)
Set Data content check parameter, which refers to the proportion of the rows selected for data comparison in all the rows of the table.
|
void |
setTablesSelectAll(Long TablesSelectAll)
Set Data content check parameter, which refers to the proportion of the tables selected for data detection in all the tables.
|
void |
setTablesSelectCount(Long TablesSelectCount)
Set Data quantity check parameter, which checks whether the numbers of rows are identical.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getSelectRowsPerTable()
public void setSelectRowsPerTable(Long SelectRowsPerTable)
SelectRowsPerTable
- Data content check parameter, which refers to the proportion of the rows selected for data comparison in all the rows of the table. Value: an integer between 1 and 100.public Long getTablesSelectAll()
public void setTablesSelectAll(Long TablesSelectAll)
TablesSelectAll
- Data content check parameter, which refers to the proportion of the tables selected for data detection in all the tables. Value: an integer between 1 and 100.public Long getTablesSelectCount()
public void setTablesSelectCount(Long TablesSelectCount)
TablesSelectCount
- Data quantity check parameter, which checks whether the numbers of rows are identical. It refers to the proportion of the tables selected for quantity check in all the tables. Value: an integer between 1 and 100.Copyright © 2020. All rights reserved.