◆ clearTableMonitor() [1/2]
| inline |
Deactivates 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 16394 of file KineticaFunctions.cs.
◆ clearTableMonitor() [2/2]
| inline |
Deactivates a table monitor previously created with createTableMonitor.
Parameters
| topic_id | The topic ID returned by createTableMonitor. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 16486 of file KineticaFunctions.cs.
◆ ClearTableMonitorAsync() [1/2]
| inline |
Deactivates 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 16411 of file KineticaFunctions.cs.
◆ ClearTableMonitorAsync() [2/2]
| inline |
Deactivates a table monitor previously created with createTableMonitor.
(async)
Parameters
| topic_id | The topic ID returned by createTableMonitor. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 16561 of file KineticaFunctions.cs.