|
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" |
| Whether or not to perform a dry run of a backup deletion. More... | |
| const string | TRUE = "true" |
| const string | FALSE = "false" |
| const string | DELETE_ALL_BACKUPS = "delete_all_backups" |
| Allow multiple backups to be deleted if TRUE and multiple backup names are found matching backup_name. More... | |
| const string | NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
| Whether or not to suppress the error if the specified backup does not exist. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 24 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.DELETE_ALL_BACKUPS = "delete_all_backups" |
Allow multiple backups to be deleted if TRUE and multiple backup names are found matching backup_name.
Supported values:
The default value is FALSE.
Definition at line 58 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.DRY_RUN = "dry_run" |
Whether or not to perform a dry run of a backup deletion.
Supported values:
The default value is FALSE.
Definition at line 39 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.FALSE = "false" |
Definition at line 42 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
Whether or not to suppress the error if the specified backup does not exist.
Supported values:
The default value is FALSE.
Definition at line 73 of file DropBackup.cs.
| const string kinetica.DropBackupRequest.Options.TRUE = "true" |
Definition at line 41 of file DropBackup.cs.