A set of string constants for the parameter AlterBackupRequest.action. More…
Static Public Attributes | |
| const string | CHECKSUM = “checksum” |
| Calculate checksum for backed-up files. | |
| const string | DDL_ONLY = “ddl_only” |
| Whether or not to only save DDL and not back up table data, when taking future snapshots; set AlterBackupRequest._value to ‘true’ or ‘false’ for DDL only or DDL and table data, respectively. | |
| const string | MAX_INCREMENTAL_BACKUPS_TO_KEEP = “max_incremental_backups_to_keep” |
| Maximum number of incremental snapshots to keep, when taking future snapshots; set AlterBackupRequest._value to the number of snapshots to keep. | |
| const string | MERGE = “merge” |
| Merges all snapshots within a backup and creates a single full snapshot. | |
| const string | PURGE = “purge” |
| Deletes a snapshot from a backup; set AlterBackupRequest._value to the snapshot ID to purge. | |
Detailed Description
A set of string constants for the parameter AlterBackupRequest.action.
Operation to be applied.
Definition at line 24 of file AlterBackup.cs.
Member Data Documentation
◆ CHECKSUM
| static |
Calculate checksum for backed-up files.
Definition at line 27 of file AlterBackup.cs.
◆ DDL_ONLY
| static |
Whether or not to only save DDL and not back up table data, when taking future snapshots; set AlterBackupRequest._value to ‘true’ or ‘false’ for DDL only or DDL and table data, respectively.
Definition at line 33 of file AlterBackup.cs.
◆ MAX_INCREMENTAL_BACKUPS_TO_KEEP
| static |
Maximum number of incremental snapshots to keep, when taking future snapshots; set AlterBackupRequest._value to the number of snapshots to keep.
Definition at line 38 of file AlterBackup.cs.
◆ MERGE
| static |
Merges all snapshots within a backup and creates a single full snapshot.
Definition at line 42 of file AlterBackup.cs.
◆ PURGE
| static |
Deletes a snapshot from a backup; set AlterBackupRequest._value to the snapshot ID to purge.
Definition at line 47 of file AlterBackup.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/AlterBackup.cs
- Kinetica/Protocol/AlterBackup.cs