Skip to main content

◆ adminBackupBegin() [1/2]

AdminBackupBeginResponse kinetica.Kinetica.adminBackupBegin (AdminBackupBeginRequestrequest_)
inline

Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.

When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using adminBackupEnd.

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

Definition at line 826 of file KineticaFunctions.cs.

◆ adminBackupBegin() [2/2]

AdminBackupBeginResponse kinetica.Kinetica.adminBackupBegin (IDictionary< string, string >options = null)
inline

Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.

When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using adminBackupEnd.

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

Definition at line 868 of file KineticaFunctions.cs.

◆ AdminBackupBeginAsync() [1/2]

async System.Threading.Tasks.Task< AdminBackupBeginResponse > kinetica.Kinetica.AdminBackupBeginAsync (AdminBackupBeginRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.

(async)

When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using adminBackupEnd.

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

◆ AdminBackupBeginAsync() [2/2]

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

Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.

(async)

When the database is in backup mode, queries that result in a disk write operation will be blocked until backup mode has been completed by using adminBackupEnd.

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