◆ createBackup() [1/2]
| inline |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasink_name.
| request_ | Request object containing the parameters for the operation. |
Definition at line 16892 of file KineticaFunctions.cs.
◆ createBackup() [2/2]
| inline |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasink_name .
| backup_name | Name for this backup. If the backup already exists, only an incremental or differential backup can be made, unless RECREATE is set to TRUE. |
| backup_type | Type of snapshot to create. Supported values:
|
| backup_objects_map | Map of objects to be captured in the backup; must be specified when creating a full snapshot and left unspecified when creating an incremental or differential snapshot.
|
| datasink_name | Data sink through which the backup will be stored. |
| options | Optional parameters.
|
Definition at line 17261 of file KineticaFunctions.cs.
◆ CreateBackupAsync() [1/2]
| inline |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasink_name.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16914 of file KineticaFunctions.cs.
◆ CreateBackupAsync() [2/2]
| inline |
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by datasink_name .
(async)
| backup_name | Name for this backup. If the backup already exists, only an incremental or differential backup can be made, unless RECREATE is set to TRUE. |
| backup_type | Type of snapshot to create. Supported values:
|
| backup_objects_map | Map of objects to be captured in the backup; must be specified when creating a full snapshot and left unspecified when creating an incremental or differential snapshot.
|
| datasink_name | Data sink through which the backup will be stored. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 17613 of file KineticaFunctions.cs.