ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setAdditionalInfo(List<Map<String,String>> additionalInfo) |
Additional information about the respective monitors in monitorIds.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setDatasinkNames(List<String> datasinkNames) |
List of datasink names for the respective monitorIds if one is defined.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setEvents(List<String> events) |
List of notification events for the respective monitorIds.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setFilterExpressions(List<String> filterExpressions) |
List of filter expressions used on the respective tables in tableNames to limit records for notifications.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setIncreasingColumns(List<String> increasingColumns) |
List of columns used on the respective tables in tableNames that will increase for new records.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setInfo(Map<String,String> info) |
Additional information.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setJoinColumnNames(List<String> joinColumnNames) |
List of join_column_names
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setJoinExpressions(List<String> joinExpressions) |
List of join expressions.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setJoinTableNames(List<String> joinTableNames) |
List of join_table_names.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setMonitorIds(List<String> monitorIds) |
List of monitor IDs.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setRefreshMethod(List<String> refreshMethod) |
List of refresh methods used on the respective tables in tableNames.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setRefreshPeriod(List<String> refreshPeriod) |
List of refresh periods used on the respective tables in tableNames.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setRefreshStartTime(List<String> refreshStartTime) |
List of refresh start times used on the respective tables in tableNames.
|
ShowTableMonitorsResponse |
ShowTableMonitorsResponse.setTableNames(List<String> tableNames) |
List of source tables being monitored for the respective monitorIds.
|