A set of string constants for the parameter CreateBackupRequest.options. More…
Static Public Attributes | |
| const string | CHECKSUM = “checksum” |
| Whether or not to calculate checksums for backup files. | |
| const string | TRUE = “true” |
| A boolean constant for the CreateBackupRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the CreateBackupRequest.Options options. | |
| const string | COMMENT = “comment” |
| Comments to store with this backup. | |
| const string | DDL_ONLY = “ddl_only” |
| Whether or not, for tables, to only backup DDL and not table data. | |
| const string | DELETE_INTERMEDIATE_BACKUPS = “delete_intermediate_backups” |
| Whether or not to delete any intermediate snapshots when the CreateBackupRequest.backup_type is set to DIFFERENTIAL. | |
| const string | DRY_RUN = “dry_run” |
| Whether or not to perform a dry run of a backup operation. | |
| const string | MAX_INCREMENTAL_BACKUPS_TO_KEEP = “max_incremental_backups_to_keep” |
| Maximum number of incremental snapshots to keep. | |
| const string | RECREATE = “recreate” |
| Whether or not to replace an existing backup object with a new backup with a full snapshot, if one already exists. | |
Detailed Description
A set of string constants for the parameter CreateBackupRequest.options.
Optional parameters.
Definition at line 121 of file CreateBackup.cs.
Member Data Documentation
◆ CHECKSUM
| static |
Whether or not to calculate checksums for backup files.
Supported values:
The default value is FALSE.
Definition at line 139 of file CreateBackup.cs.
◆ COMMENT
| static |
Comments to store with this backup.
Definition at line 150 of file CreateBackup.cs.
◆ DDL_ONLY
| static |
Whether or not, for tables, to only backup DDL and not table data.
Supported values:
The default value is FALSE.
Definition at line 173 of file CreateBackup.cs.
◆ DELETE_INTERMEDIATE_BACKUPS
| static |
Whether or not to delete any intermediate snapshots when the CreateBackupRequest.backup_type is set to DIFFERENTIAL.
Supported values:
The default value is FALSE.
Definition at line 193 of file CreateBackup.cs.
◆ DRY_RUN
| static |
Whether or not to perform a dry run of a backup operation.
Supported values:
The default value is FALSE.
Definition at line 211 of file CreateBackup.cs.
◆ FALSE
| static |
A boolean constant for the CreateBackupRequest.Options options.
Definition at line 147 of file CreateBackup.cs.
◆ MAX_INCREMENTAL_BACKUPS_TO_KEEP
| static |
Maximum number of incremental snapshots to keep.
The default value is ‘-1’.
Definition at line 215 of file CreateBackup.cs.
◆ RECREATE
| static |
Whether or not to replace an existing backup object with a new backup with a full snapshot, if one already exists.
Supported values:
The default value is FALSE.
Definition at line 233 of file CreateBackup.cs.
◆ TRUE
| static |
A boolean constant for the CreateBackupRequest.Options options.
Definition at line 143 of file CreateBackup.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/CreateBackup.cs
- Kinetica/Protocol/CreateBackup.cs