Skip to main content

◆ adminBackupEnd() [1/2]

AdminBackupEndResponse kinetica.Kinetica.adminBackupEnd (AdminBackupEndRequestrequest_)
inline

Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.

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

Definition at line 902 of file KineticaFunctions.cs.

◆ adminBackupEnd() [2/2]

AdminBackupEndResponse kinetica.Kinetica.adminBackupEnd (IDictionary< string, string >options = null)
inline

Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.

Parameters
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 935 of file KineticaFunctions.cs.

◆ AdminBackupEndAsync() [1/2]

async System.Threading.Tasks.Task< AdminBackupEndResponse > kinetica.Kinetica.AdminBackupEndAsync (AdminBackupEndRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.

(async)

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 919 of file KineticaFunctions.cs.

◆ AdminBackupEndAsync() [2/2]

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

Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.

(async)

Parameters
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 950 of file KineticaFunctions.cs.