A set of string constants for the parameter DropBackupRequest.options. More…
Static Public Attributes | |
| const string | DRY_RUN = “dry_run” |
| Whether or not to perform a dry run of a backup deletion. | |
| const string | TRUE = “true” |
| A boolean constant for the DropBackupRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the DropBackupRequest.Options options. | |
| const string | DELETE_ALL_BACKUPS = “delete_all_backups” |
| Allow multiple backups to be deleted if TRUE and multiple backup names are found matching DropBackupRequest.backup_name. | |
| const string | NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists” |
| Whether or not to suppress the error if the specified backup does not exist. | |
Detailed Description
A set of string constants for the parameter DropBackupRequest.options.
Optional parameters.
Definition at line 24 of file DropBackup.cs.
Member Data Documentation
◆ DELETE_ALL_BACKUPS
| static |
Allow multiple backups to be deleted if TRUE and multiple backup names are found matching DropBackupRequest.backup_name.
Supported values:
The default value is FALSE.
Definition at line 70 of file DropBackup.cs.
◆ DRY_RUN
| static |
Whether or not to perform a dry run of a backup deletion.
Supported values:
The default value is FALSE.
Definition at line 42 of file DropBackup.cs.
◆ FALSE
| static |
A boolean constant for the DropBackupRequest.Options options.
Definition at line 50 of file DropBackup.cs.
◆ NO_ERROR_IF_NOT_EXISTS
| static |
Whether or not to suppress the error if the specified backup does not exist.
Supported values:
The default value is FALSE.
Definition at line 88 of file DropBackup.cs.
◆ TRUE
| static |
A boolean constant for the DropBackupRequest.Options options.
Definition at line 46 of file DropBackup.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/DropBackup.cs
- Kinetica/Protocol/DropBackup.cs