Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | COMMENT = "comment" |
Comments to store with this backup More... | |
const string | CHECKSUM = "checksum" |
Calculate checksum for backup files. More... | |
const string | FALSE = "false" |
const string | TRUE = "true" |
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 | DELETE_INTERMEDIATE_BACKUPS = "delete_intermediate_backups" |
When the backup type is differential, delete any intermediate incremental or differential backups. More... | |
const string | RECREATE = "recreate" |
Replace the existing backup object with a new full backup if it already exists. More... | |
const string | DRY_RUN = "dry_run" |
Dry run of backup. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 93 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.CHECKSUM = "checksum" |
Calculate checksum for backup files.
Supported values:
The default value is TRUE.
Definition at line 110 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.COMMENT = "comment" |
Comments to store with this backup
Definition at line 96 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.DDL_ONLY = "ddl_only" |
Only save the DDL, do not backup table data.
Supported values:
The default value is FALSE.
Definition at line 127 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.DELETE_INTERMEDIATE_BACKUPS = "delete_intermediate_backups" |
When the backup type is differential, delete any intermediate incremental or differential backups.
Supported values:
The default value is FALSE.
Definition at line 147 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.DRY_RUN = "dry_run" |
Dry run of backup.
Supported values:
The default value is FALSE.
Definition at line 176 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.FALSE = "false" |
Definition at line 112 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.MAX_INCREMENTAL_BACKUPS_TO_KEEP = "max_incremental_backups_to_keep" |
Maximum number of incremental backups to keep.
The default value is '-1'.
Definition at line 132 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.RECREATE = "recreate" |
Replace the existing backup object with a new full backup if it already exists.
Supported values:
The default value is FALSE.
Definition at line 162 of file CreateBackup.cs.
const string kinetica.CreateBackupRequest.Options.TRUE = "true" |
Definition at line 113 of file CreateBackup.cs.