◆ dropBackup() [1/2]
| inline |
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasink_name.
| request_ | Request object containing the parameters for the operation. |
Definition at line 32654 of file KineticaFunctions.cs.
◆ dropBackup() [2/2]
| inline |
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasink_name .
| backup_name | Name of the backup to be deleted. An empty string or '' will delete all existing backups. Any text followed by a '' will delete backups whose name starts with that text. When deleting multiple backups, DELETE_ALL_BACKUPS must be set to TRUE. |
| datasink_name | Data sink through which the backup is accessible. |
| options | Optional parameters.
|
Definition at line 32771 of file KineticaFunctions.cs.
◆ DropBackupAsync() [1/2]
| inline |
Deletes one or more existing database backups and contained snapshots, 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 32675 of file KineticaFunctions.cs.
◆ DropBackupAsync() [2/2]
| inline |
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by datasink_name .
(async)
| backup_name | Name of the backup to be deleted. An empty string or '' will delete all existing backups. Any text followed by a '' will delete backups whose name starts with that text. When deleting multiple backups, DELETE_ALL_BACKUPS must be set to TRUE. |
| datasink_name | Data sink through which the backup is accessible. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 32868 of file KineticaFunctions.cs.