◆ alterTableMonitor() [1/2]
| inline |
Alters a table monitor previously created with createTableMonitor.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 14328 of file KineticaFunctions.cs.
◆ alterTableMonitor() [2/2]
| inline |
Alters a table monitor previously created with createTableMonitor.
Parameters
| topic_id | The topic ID returned by createTableMonitor. |
| monitor_updates_map | Map containing the properties of the table monitor to be updated. Error if empty.
|
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 14408 of file KineticaFunctions.cs.
◆ AlterTableMonitorAsync() [1/2]
| inline |
Alters a table monitor previously created with createTableMonitor.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 14345 of file KineticaFunctions.cs.
◆ AlterTableMonitorAsync() [2/2]
| inline |
Alters a table monitor previously created with createTableMonitor.
(async)
Parameters
| topic_id | The topic ID returned by createTableMonitor. |
| monitor_updates_map | Map containing the properties of the table monitor to be updated. Error if empty.
|
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 14474 of file KineticaFunctions.cs.