◆ adminBackupBegin() [1/2]
| 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.
| request_ | Request object containing the parameters for the operation. |
Definition at line 826 of file KineticaFunctions.cs.
◆ adminBackupBegin() [2/2]
| 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.
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 868 of file KineticaFunctions.cs.
◆ AdminBackupBeginAsync() [1/2]
| 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.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 848 of file KineticaFunctions.cs.
◆ AdminBackupBeginAsync() [2/2]
| 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.
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 888 of file KineticaFunctions.cs.