◆ adminOffline() [1/2]
| inline |
Take the system offline.
When the system is offline, no user operations can be performed with the exception of a system shutdown.
| request_ | Request object containing the parameters for the operation. |
Definition at line 1118 of file KineticaFunctions.cs.
◆ adminOffline() [2/2]
| inline |
Take the system offline.
When the system is offline, no user operations can be performed with the exception of a system shutdown.
| offline | Set to true if desired state is offline. Supported values:
|
| options | Optional parameters.
|
Definition at line 1182 of file KineticaFunctions.cs.
◆ AdminOfflineAsync() [1/2]
| inline |
Take the system offline.
(async)
When the system is offline, no user operations can be performed with the exception of a system shutdown.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 1135 of file KineticaFunctions.cs.
◆ AdminOfflineAsync() [2/2]
| inline |
Take the system offline.
(async)
When the system is offline, no user operations can be performed with the exception of a system shutdown.
| offline | Set to true if desired state is offline. Supported values:
|
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 1229 of file KineticaFunctions.cs.