A set of string constants for the parameter AlterBackupRequest.options. More…
Static Public Attributes | |
| const string | COMMENT = “comment” |
| Comments to store with the backup. | |
| const string | DRY_RUN = “dry_run” |
| Whether or not to perform a dry run of a backup alteration. | |
| const string | TRUE = “true” |
| A boolean constant for the AlterBackupRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the AlterBackupRequest.Options options. | |
Detailed Description
A set of string constants for the parameter AlterBackupRequest.options.
Optional parameters.
Definition at line 53 of file AlterBackup.cs.
Member Data Documentation
◆ COMMENT
| static |
Comments to store with the backup.
Definition at line 56 of file AlterBackup.cs.
◆ DRY_RUN
| static |
Whether or not to perform a dry run of a backup alteration.
Supported values:
The default value is FALSE.
Definition at line 74 of file AlterBackup.cs.
◆ FALSE
| static |
A boolean constant for the AlterBackupRequest.Options options.
Definition at line 82 of file AlterBackup.cs.
◆ TRUE
| static |
A boolean constant for the AlterBackupRequest.Options options.
Definition at line 78 of file AlterBackup.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/AlterBackup.cs
- Kinetica/Protocol/AlterBackup.cs