A set of string constants for the parameter AlterTableMonitorRequest.monitor_updates_map. More…
Static Public Attributes | |
| const string | SCHEMA_NAME = “schema_name” |
| Updates the schema name. | |
| const string | MAX_CONSECUTIVE_FAILURES = “max_consecutive_failures” |
| Updates the maximum number of consecutive failures before suspending the stream. | |
| const string | NOTIFICATIONS = “notifications” |
| Updates the state of the monitor. | |
| const string | RESUME = “resume” |
| A constant for the AlterTableMonitorRequest.MonitorUpdatesMap options. | |
| const string | SUSPEND = “suspend” |
| A constant for the AlterTableMonitorRequest.MonitorUpdatesMap options. | |
Detailed Description
A set of string constants for the parameter AlterTableMonitorRequest.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.
Member Data Documentation
◆ MAX_CONSECUTIVE_FAILURES
| static |
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.
◆ NOTIFICATIONS
| static |
Updates the state of the monitor.
Supported values:
The default value is an empty Dictionary.
Definition at line 55 of file AlterTableMonitor.cs.
◆ RESUME
| static |
A constant for the AlterTableMonitorRequest.MonitorUpdatesMap options.
Definition at line 60 of file AlterTableMonitor.cs.
◆ SCHEMA_NAME
| static |
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.
◆ SUSPEND
| static |
A constant for the AlterTableMonitorRequest.MonitorUpdatesMap options.
Definition at line 65 of file AlterTableMonitor.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterTableMonitor.cs
- Kinetica/Protocol/AlterTableMonitor.cs