A set of parameters for Kinetica.alterTableMonitor.
More...
|
| | AlterTableMonitorRequest () |
| | Constructs an AlterTableMonitorRequest object with default parameters. More...
|
| |
| | AlterTableMonitorRequest (string topic_id, IDictionary< string, string > monitor_updates_map, IDictionary< string, string > options) |
| | Constructs an AlterTableMonitorRequest object with the specified parameters. More...
|
| |
| | AlterTableMonitorRequest () |
| | Constructs an AlterTableMonitorRequest object with default parameters. More...
|
| |
| | AlterTableMonitorRequest (string topic_id, IDictionary< string, string > monitor_updates_map, IDictionary< string, string > options=null) |
| | Constructs an AlterTableMonitorRequest object with the specified parameters. More...
|
| |
| | KineticaData (KineticaType type) |
| | Constructor from Kinetica Type More...
|
| |
| | KineticaData (System.Type type=null) |
| | Default constructor, with optional System.Type More...
|
| |
| object | Get (int fieldPos) |
| | Retrieve a specific property from this object More...
|
| |
| void | Put (int fieldPos, object fieldValue) |
| | Write a specific property to this object More...
|
| |
| | KineticaData (KineticaType type) |
| | Constructor from Kinetica Type More...
|
| |
| | KineticaData (System.Type type=null) |
| | Default constructor, with optional System.Type More...
|
| |
| object | Get (int fieldPos) |
| | Retrieve a specific property from this object More...
|
| |
| void | Put (int fieldPos, object fieldValue) |
| | Write a specific property to this object More...
|
| |
A set of parameters for Kinetica.alterTableMonitor.
Alters a table monitor previously created with Kinetica.createTableMonitor.
Definition at line 17 of file AlterTableMonitor.cs.
◆ AlterTableMonitorRequest() [1/4]
| kinetica.AlterTableMonitorRequest.AlterTableMonitorRequest |
( |
| ) |
|
|
inline |
◆ AlterTableMonitorRequest() [2/4]
| kinetica.AlterTableMonitorRequest.AlterTableMonitorRequest |
( |
string |
topic_id, |
|
|
IDictionary< string, string > |
monitor_updates_map, |
|
|
IDictionary< string, string > |
options |
|
) |
| |
|
inline |
◆ AlterTableMonitorRequest() [3/4]
| kinetica.AlterTableMonitorRequest.AlterTableMonitorRequest |
( |
| ) |
|
|
inline |
◆ AlterTableMonitorRequest() [4/4]
| kinetica.AlterTableMonitorRequest.AlterTableMonitorRequest |
( |
string |
topic_id, |
|
|
IDictionary< string, string > |
monitor_updates_map, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AlterTableMonitorRequest object with the specified parameters.
- Parameters
-
| topic_id | The topic ID returned by Kinetica.createTableMonitor. |
| monitor_updates_map | Map containing the properties of the table monitor to be updated. Error if empty.
-
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.
-
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.
-
NOTIFICATIONS: Updates the state of the monitor. Supported values:
The default value is an empty Dictionary.
|
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 170 of file AlterTableMonitor.cs.
◆ monitor_updates_map
| IDictionary< string, string > kinetica.AlterTableMonitorRequest.monitor_updates_map = new Dictionary<string, string>() |
|
getset |
Map containing the properties of the table monitor to be updated.
-
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.
-
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.
-
NOTIFICATIONS: Updates the state of the monitor. Supported values:
The default value is an empty Dictionary.
Definition at line 55 of file AlterTableMonitor.cs.
◆ options
| IDictionary< string, string > kinetica.AlterTableMonitorRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 58 of file AlterTableMonitor.cs.
◆ topic_id
| string kinetica.AlterTableMonitorRequest.topic_id |
|
getset |
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterTableMonitor.cs