|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter restore_objects_map. More...
Public Attributes | |
| const string | ALL = "all" |
| All object types and data contained in the given schema(s). 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 restore_objects_map.
Map of database objects to be restored from the backup.
Definition at line 25 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.ALL = "all" |
All object types and data contained in the given schema(s).
Definition at line 30 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.CONTEXT = "context" |
Definition at line 34 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.CREDENTIAL = "credential" |
Definition at line 38 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.DATASINK = "datasink" |
Definition at line 42 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.DATASOURCE = "datasource" |
Definition at line 46 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.FUNCTION_ENVIRONMENT = "function_environment" |
Python UDF function environment(s).
Definition at line 50 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.GRAPH = "graph" |
Graph(s) definition.
Definition at line 54 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.MONITOR = "monitor" |
Table monitor(s) / SQL stream(s).
Definition at line 60 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.RESOURCE_GROUP = "resource_group" |
Definition at line 64 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.ROLE = "role" |
Role(s), role members (roles or users, recursively), and associated permissions.
Definition at line 69 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.STORED_PROCEDURE = "stored_procedure" |
Definition at line 73 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.TABLE = "table" |
Table(s) and SQL view(s).
Tables with subscriptions will by default be restored in the state they were in at the time of the snapshot. See RESTORE_SUBSCRIPTIONS for options to override the default behavior.
Definition at line 84 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.USER = "user" |
User(s) (internal and external) and associated permissions.
Definition at line 90 of file RestoreBackup.cs.
| const string RestoreBackupRequest.RestoreObjectsMap.USER_DEFINED_FUNCTION = "user_defined_function" |
Definition at line 94 of file RestoreBackup.cs.