|
Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter restore_objects_map. More...
Public Attributes | |
| const string | ALL = "all" |
| All object types in a schema (excludes permissions, system configuration, host secret key, KiFS directories and user defined functions) More... | |
| const string | TABLE = "table" |
| Database Table More... | |
| const string | CREDENTIAL = "credential" |
| Credential More... | |
| const string | CONTEXT = "context" |
| Context More... | |
| const string | DATASINK = "datasink" |
| Data Sink More... | |
| const string | DATASOURCE = "datasource" |
| Data Source More... | |
| const string | STORED_PROCEDURE = "stored_procedure" |
| SQL Procedure More... | |
| const string | MONITOR = "monitor" |
| Table Monitor (Stream) More... | |
| const string | USER = "user" |
| User (internal and external) and associated permissions More... | |
| const string | ROLE = "role" |
| Role, role members (roles or users, recursively) and associated permissions More... | |
| const string | CONFIGURATION = "configuration" |
| If TRUE, restore the database configuration file. More... | |
| const string | FALSE = "false" |
| const string | TRUE = "true" |
A set of string constants for the parameter restore_objects_map.
Map of objects to be restored from the backup. Error if empty.
Map of database objects to be restored from the backup.
Definition at line 22 of file RestoreBackup.cs.
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.ALL = "all" |
All object types in a schema (excludes permissions, system configuration, host secret key, KiFS directories and user defined functions)
All object types and data contained in the given schemas(s).
Definition at line 27 of file RestoreBackup.cs.
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CONFIGURATION = "configuration" |
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CONTEXT = "context" |
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CREDENTIAL = "credential" |
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.DATASINK = "datasink" |
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.DATASOURCE = "datasource" |
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.FALSE = "false" |
Definition at line 75 of file RestoreBackup.cs.
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.MONITOR = "monitor" |
Table Monitor (Stream)
Table monitor(s) / SQL stream(s).
Definition at line 48 of file RestoreBackup.cs.
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.ROLE = "role" |
Role, role members (roles or users, recursively) and associated permissions
Role(s), role members (roles or users, recursively), and associated permissions.
Definition at line 56 of file RestoreBackup.cs.
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.STORED_PROCEDURE = "stored_procedure" |
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.TABLE = "table" |
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.TRUE = "true" |
Definition at line 76 of file RestoreBackup.cs.
| const string kinetica.RestoreBackupRequest.RestoreObjectsMap.USER = "user" |
User (internal and external) and associated permissions
User(s) (internal and external) and associated permissions.
Definition at line 52 of file RestoreBackup.cs.