|
Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter action. More...
Public Attributes | |
| const string | CHECKSUM = "checksum" |
| Calculate checksum for backup files More... | |
| const string | DDL_ONLY = "ddl_only" |
| Only save the DDL, do not backup table data More... | |
| const string | MAX_INCREMENTAL_BACKUPS_TO_KEEP = "max_incremental_backups_to_keep" |
| Maximum number of incremental backups to keep More... | |
| const string | MERGE = "merge" |
| Merges all backup instances and creates a single full backup More... | |
| const string | PURGE = "purge" |
| Purges backup instances More... | |
A set of string constants for the parameter action.
Operation to be applied
Operation to be applied.
Definition at line 21 of file AlterBackup.cs.
| const string kinetica.AlterBackupRequest.Action.CHECKSUM = "checksum" |
Calculate checksum for backup files
Calculate checksum for backed-up files.
Definition at line 24 of file AlterBackup.cs.
| const string kinetica.AlterBackupRequest.Action.DDL_ONLY = "ddl_only" |
Only save the DDL, do not backup table data
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 27 of file AlterBackup.cs.
| const string kinetica.AlterBackupRequest.Action.MAX_INCREMENTAL_BACKUPS_TO_KEEP = "max_incremental_backups_to_keep" |
Maximum number of 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 31 of file AlterBackup.cs.
| const string kinetica.AlterBackupRequest.Action.MERGE = "merge" |
Merges all backup instances and creates a single full backup
Merges all snapshots within a backup and creates a single full snapshot.
Definition at line 35 of file AlterBackup.cs.
| const string kinetica.AlterBackupRequest.Action.PURGE = "purge" |
Purges backup instances
Deletes a snapshot from a backup; set _value to the snapshot ID to purge.
Definition at line 38 of file AlterBackup.cs.