|
Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | DRY_RUN = "dry_run" |
| Dry run of drop backup. More... | |
| const string | FALSE = "false" |
| const string | TRUE = "true" |
| const string | DELETE_ALL_BACKUPS = "delete_all_backups" |
| All multiple backups to be deleted if TRUE and multiple backup names were found matching prefix of backup_name. More... | |
| const string | NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
| If FALSE will return an error if the provided backup_name does not exist. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.DELETE_ALL_BACKUPS = "delete_all_backups" |
All multiple backups to be deleted if TRUE and multiple backup names were found matching prefix of backup_name.
Supported values:
The default value is FALSE.
Definition at line 54 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.DRY_RUN = "dry_run" |
Dry run of drop backup.
Supported values:
The default value is FALSE.
Definition at line 35 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.FALSE = "false" |
Definition at line 37 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If FALSE will return an error if the provided backup_name does not exist.
Supported values:
The default value is FALSE.
Definition at line 70 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.TRUE = "true" |
Definition at line 38 of file DropBackup.cs.