Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | BACKUP_ID = "backup_id" |
Backup instance ID to show. More... | |
const string | SHOW_CONTENTS = "show_contents" |
Shows the contents of the specified backup_id. More... | |
const string | NONE = "none" |
No backup contents More... | |
const string | OBJECT_NAMES = "object_names" |
Object names only More... | |
const string | OBJECT_FILES = "object_files" |
Object names and files 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... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 22 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.Options.BACKUP_ID = "backup_id" |
Backup instance ID to show.
Leave empty to show information from the most recent backup instance in the container. The default value is ''.
Definition at line 28 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.Options.FALSE = "false" |
Definition at line 79 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.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 76 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.Options.NONE = "none" |
No backup contents
Definition at line 54 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.Options.OBJECT_FILES = "object_files" |
Object names and files
Definition at line 60 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.Options.OBJECT_NAMES = "object_names" |
Object names only
Definition at line 57 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.Options.SHOW_CONTENTS = "show_contents" |
Shows the contents of the specified backup_id.
Supported values:
The default value is NONE.
Definition at line 51 of file ShowBackup.cs.
const string kinetica.ShowBackupRequest.Options.TRUE = "true" |
Definition at line 78 of file ShowBackup.cs.