|
Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter monitor_updates_map. More...
Public Attributes | |
| const string | SCHEMA_NAME = "schema_name" |
| Updates the schema name. More... | |
| const string | MAX_CONSECUTIVE_FAILURES = "max_consecutive_failures" |
| Updates the maximum number of consecutive failures before suspending the stream. More... | |
| const string | NOTIFICATIONS = "notifications" |
| Updates the state of the monitor. More... | |
| const string | RESUME = "resume" |
| const string | SUSPEND = "suspend" |
A set of string constants for the parameter monitor_updates_map.
Map containing the properties of the table monitor to be updated. Error if empty.
Definition at line 23 of file AlterTableMonitor.cs.
| const string kinetica.AlterTableMonitorRequest.MonitorUpdatesMap.MAX_CONSECUTIVE_FAILURES = "max_consecutive_failures" |
Updates the maximum number of consecutive failures before suspending the stream.
A value of '-1' to disables auto-suspend. This value is by rank and not overall.
Definition at line 38 of file AlterTableMonitor.cs.
| const string kinetica.AlterTableMonitorRequest.MonitorUpdatesMap.NOTIFICATIONS = "notifications" |
Updates the state of the monitor.
Supported values:
The default value is an empty Dictionary.
Definition at line 54 of file AlterTableMonitor.cs.
| const string kinetica.AlterTableMonitorRequest.MonitorUpdatesMap.RESUME = "resume" |
Definition at line 56 of file AlterTableMonitor.cs.
| const string kinetica.AlterTableMonitorRequest.MonitorUpdatesMap.SCHEMA_NAME = "schema_name" |
Updates the schema name.
If SCHEMA_NAME doesn't exist, an error will be thrown. If SCHEMA_NAME is empty, then the user's default schema will be used.
Definition at line 32 of file AlterTableMonitor.cs.
| const string kinetica.AlterTableMonitorRequest.MonitorUpdatesMap.SUSPEND = "suspend" |
Definition at line 57 of file AlterTableMonitor.cs.