|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter action. More...
Public Attributes | |
| const string | CHECKSUM = "checksum" |
| Calculate checksum for backed-up files. More... | |
| const string | DDL_ONLY = "ddl_only" |
| Whether or not to only save DDL and not back up table data, when taking future snapshots; set _value to 'true' or 'false' for DDL only or DDL and table data, respectively. More... | |
| const string | MAX_INCREMENTAL_BACKUPS_TO_KEEP = "max_incremental_backups_to_keep" |
| Maximum number of incremental snapshots to keep, when taking future snapshots; set _value to the number of snapshots to keep. More... | |
| const string | MERGE = "merge" |
| Merges all snapshots within a backup and creates a single full snapshot. More... | |
| const string | PURGE = "purge" |
| Deletes a snapshot from a backup; set _value to the snapshot ID to purge. More... | |
A set of string constants for the parameter action.
Operation to be applied.
Definition at line 24 of file AlterBackup.cs.
| const string AlterBackupRequest.Action.CHECKSUM = "checksum" |
Calculate checksum for backed-up files.
Definition at line 27 of file AlterBackup.cs.
| const string AlterBackupRequest.Action.DDL_ONLY = "ddl_only" |
Whether or not to only save DDL and not back up table data, when taking future snapshots; set _value to 'true' or 'false' for DDL only or DDL and table data, respectively.
Definition at line 33 of file AlterBackup.cs.
| const string AlterBackupRequest.Action.MAX_INCREMENTAL_BACKUPS_TO_KEEP = "max_incremental_backups_to_keep" |
Maximum number of incremental snapshots to keep, when taking future snapshots; set _value to the number of snapshots to keep.
Definition at line 38 of file AlterBackup.cs.
| const string AlterBackupRequest.Action.MERGE = "merge" |
Merges all snapshots within a backup and creates a single full snapshot.
Definition at line 42 of file AlterBackup.cs.
| const string AlterBackupRequest.Action.PURGE = "purge" |
Deletes a snapshot from a backup; set _value to the snapshot ID to purge.
Definition at line 46 of file AlterBackup.cs.