◆ restoreBackup() [1/2]
| inline |
Restores database objects from a backup accessible via the data source specified by datasource_name.
| request_ | Request object containing the parameters for the operation. |
Definition at line 57021 of file KineticaFunctions.cs.
◆ restoreBackup() [2/2]
| inline |
Restores database objects from a backup accessible via the data source specified by datasource_name .
| backup_name | Name of the backup to restore from, which must refer to an existing backup. The default value is ”. |
| restore_objects_map | Map of database objects to be restored from the backup.
|
| datasource_name | Data source through which the backup will be restored. |
| options | Optional parameters.
|
Definition at line 57460 of file KineticaFunctions.cs.
◆ RestoreBackupAsync() [1/2]
| inline |
Restores database objects from a backup accessible via the data source specified by datasource_name.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 57042 of file KineticaFunctions.cs.
◆ RestoreBackupAsync() [2/2]
| inline |
Restores database objects from a backup accessible via the data source specified by datasource_name .
(async)
| backup_name | Name of the backup to restore from, which must refer to an existing backup. The default value is ”. |
| restore_objects_map | Map of database objects to be restored from the backup.
|
| datasource_name | Data source through which the backup will be restored. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 57881 of file KineticaFunctions.cs.