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
Definition at line 21 of file AlterBackup.cs.
const string kinetica.AlterBackupRequest.Action.CHECKSUM = "checksum" |
Calculate checksum for backup 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
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
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
Definition at line 35 of file AlterBackup.cs.
const string kinetica.AlterBackupRequest.Action.PURGE = "purge" |
Purges backup instances
Definition at line 38 of file AlterBackup.cs.