|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter backup_objects_map. More...
Public Attributes | |
| const string | ALL = "all" |
| All object types and data contained in the given schema(s). More... | |
| const string | CATALOG = "catalog" |
| Data Lake catalog that is external to the database. More... | |
| const string | CONTEXT = "context" |
| Context(s). More... | |
| const string | CREDENTIAL = "credential" |
| Credential(s). More... | |
| const string | DATASINK = "datasink" |
| Data sink(s). More... | |
| const string | DATASOURCE = "datasource" |
| Data source(s). More... | |
| const string | FUNCTION_ENVIRONMENT = "function_environment" |
| Python UDF function environment(s). More... | |
| const string | GRAPH = "graph" |
| Graph(s) definition. More... | |
| const string | MONITOR = "monitor" |
| Table monitor(s) / SQL stream(s). More... | |
| const string | RESOURCE_GROUP = "resource_group" |
| Resource group(s). More... | |
| const string | ROLE = "role" |
| Role(s), role members (roles or users, recursively), and associated permissions. More... | |
| const string | STORED_PROCEDURE = "stored_procedure" |
| SQL procedure(s). More... | |
| const string | TABLE = "table" |
| Table(s) and SQL view(s). More... | |
| const string | USER = "user" |
| User(s) (internal and external) and associated permissions. More... | |
| const string | USER_DEFINED_FUNCTION = "user_defined_function" |
| UDF(s). More... | |
A set of string constants for the parameter backup_objects_map.
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 44 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.ALL = "all" |
All object types and data contained in the given schema(s).
Definition at line 49 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.CATALOG = "catalog" |
Data Lake catalog that is external to the database.
Definition at line 53 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.CONTEXT = "context" |
Definition at line 57 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.CREDENTIAL = "credential" |
Definition at line 61 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.DATASINK = "datasink" |
Definition at line 65 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.DATASOURCE = "datasource" |
Definition at line 69 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.FUNCTION_ENVIRONMENT = "function_environment" |
Python UDF function environment(s).
Definition at line 73 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.GRAPH = "graph" |
Graph(s) definition.
Definition at line 77 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.MONITOR = "monitor" |
Table monitor(s) / SQL stream(s).
Definition at line 83 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.RESOURCE_GROUP = "resource_group" |
Definition at line 87 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.ROLE = "role" |
Role(s), role members (roles or users, recursively), and associated permissions.
Definition at line 92 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.STORED_PROCEDURE = "stored_procedure" |
Definition at line 96 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.TABLE = "table" |
Table(s) and SQL view(s).
Active subscriptions on any tables to be backed up will be temporarily suspended while the backup is active.
Definition at line 105 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.USER = "user" |
User(s) (internal and external) and associated permissions.
Definition at line 111 of file CreateBackup.cs.
| const string CreateBackupRequest.BackupObjectsMap.USER_DEFINED_FUNCTION = "user_defined_function" |
Definition at line 115 of file CreateBackup.cs.