Skip to main content

◆ adminOffline() [1/2]

AdminOfflineResponse kinetica.Kinetica.adminOffline (AdminOfflineRequestrequest_)
inline

Take the system offline.

When the system is offline, no user operations can be performed with the exception of a system shutdown.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 1118 of file KineticaFunctions.cs.

◆ adminOffline() [2/2]

AdminOfflineResponse kinetica.Kinetica.adminOffline (booloffline,
IDictionary< string, string >options = null )
inline

Take the system offline.

When the system is offline, no user operations can be performed with the exception of a system shutdown.

Parameters
offlineSet to true if desired state is offline. Supported values:
  • true
  • false
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 1182 of file KineticaFunctions.cs.

◆ AdminOfflineAsync() [1/2]

async System.Threading.Tasks.Task< AdminOfflineResponse > kinetica.Kinetica.AdminOfflineAsync (AdminOfflineRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Take the system offline.

(async)

When the system is offline, no user operations can be performed with the exception of a system shutdown.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 1135 of file KineticaFunctions.cs.

◆ AdminOfflineAsync() [2/2]

async System.Threading.Tasks.Task< AdminOfflineResponse > kinetica.Kinetica.AdminOfflineAsync (booloffline,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Take the system offline.

(async)

When the system is offline, no user operations can be performed with the exception of a system shutdown.

Parameters
offlineSet to true if desired state is offline. Supported values:
  • true
  • false
optionsOptional parameters.The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 1229 of file KineticaFunctions.cs.