|
Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter backup_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, backup the database configuration file. More... | |
| const string | FALSE = "false" |
| const string | TRUE = "true" |
A set of string constants for the parameter backup_objects_map.
Map of objects to be captured in the backup. Error if empty and creating full backup. Error if non-empty when creating an incremental or differential backup.
Map of objects to be captured in the backup; must be specified when creating a full snapshot and left unspecified when creating an incremental or differential snapshot.
Definition at line 33 of file CreateBackup.cs.
| const string kinetica.CreateBackupRequest.BackupObjectsMap.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 38 of file CreateBackup.cs.
| const string kinetica.CreateBackupRequest.BackupObjectsMap.CONFIGURATION = "configuration" |
| const string kinetica.CreateBackupRequest.BackupObjectsMap.CONTEXT = "context" |
| const string kinetica.CreateBackupRequest.BackupObjectsMap.CREDENTIAL = "credential" |
| const string kinetica.CreateBackupRequest.BackupObjectsMap.DATASINK = "datasink" |
| const string kinetica.CreateBackupRequest.BackupObjectsMap.DATASOURCE = "datasource" |
| const string kinetica.CreateBackupRequest.BackupObjectsMap.FALSE = "false" |
Definition at line 86 of file CreateBackup.cs.
| const string kinetica.CreateBackupRequest.BackupObjectsMap.MONITOR = "monitor" |
Table Monitor (Stream)
Table monitor(s) / SQL stream(s).
Definition at line 59 of file CreateBackup.cs.
| const string kinetica.CreateBackupRequest.BackupObjectsMap.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 67 of file CreateBackup.cs.
| const string kinetica.CreateBackupRequest.BackupObjectsMap.STORED_PROCEDURE = "stored_procedure" |
| const string kinetica.CreateBackupRequest.BackupObjectsMap.TABLE = "table" |
| const string kinetica.CreateBackupRequest.BackupObjectsMap.TRUE = "true" |
Definition at line 87 of file CreateBackup.cs.
| const string kinetica.CreateBackupRequest.BackupObjectsMap.USER = "user" |
User (internal and external) and associated permissions
User(s) (internal and external) and associated permissions.
Definition at line 63 of file CreateBackup.cs.