◆ adminHaOffline() [1/2]
| inline |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
In-flight queries may fail to replicate to other clusters in the ring when going offline.
| request_ | Request object containing the parameters for the operation. |
Definition at line 965 of file KineticaFunctions.cs.
◆ adminHaOffline() [2/2]
| inline |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
In-flight queries may fail to replicate to other clusters in the ring when going offline.
| offline | Set to true if desired state is offline. Supported values:
|
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 1010 of file KineticaFunctions.cs.
◆ AdminHaOfflineAsync() [1/2]
| inline |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
(async)
In-flight queries may fail to replicate to other clusters in the ring when going offline.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 983 of file KineticaFunctions.cs.
◆ AdminHaOfflineAsync() [2/2]
| inline |
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
(async)
In-flight queries may fail to replicate to other clusters in the ring when going offline.
| offline | Set to true if desired state is offline. Supported values:
|
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 1037 of file KineticaFunctions.cs.