A set of string constants for the parameter RestoreBackupRequest.restore_objects_map. More…
Static Public Attributes | |
| const string | ALL = “all” |
| All object types and data contained in the given schema(s). | |
| const string | CONTEXT = “context” |
| Context(s). | |
| const string | CREDENTIAL = “credential” |
| Credential(s). | |
| const string | DATASINK = “datasink” |
| Data sink(s). | |
| const string | DATASOURCE = “datasource” |
| Data source(s). | |
| const string | FUNCTION_ENVIRONMENT = “function_environment” |
| Python UDF function environment(s). | |
| const string | GRAPH = “graph” |
| Graph(s) definition. | |
| const string | MONITOR = “monitor” |
| Table monitor(s) / SQL stream(s). | |
| const string | RESOURCE_GROUP = “resource_group” |
| Resource group(s). | |
| const string | ROLE = “role” |
| Role(s), role members (roles or users, recursively), and associated permissions. | |
| const string | STORED_PROCEDURE = “stored_procedure” |
| SQL procedure(s). | |
| const string | TABLE = “table” |
| Table(s) and SQL view(s). | |
| const string | USER = “user” |
| User(s) (internal and external) and associated permissions. | |
| const string | USER_DEFINED_FUNCTION = “user_defined_function” |
| UDF(s). | |
Detailed Description
A set of string constants for the parameter RestoreBackupRequest.restore_objects_map.
Map of database objects to be restored from the backup.
Definition at line 26 of file RestoreBackup.cs.
Member Data Documentation
◆ ALL
| static |
All object types and data contained in the given schema(s).
Definition at line 31 of file RestoreBackup.cs.
◆ CONTEXT
| static |
Definition at line 35 of file RestoreBackup.cs.
◆ CREDENTIAL
| static |
Definition at line 39 of file RestoreBackup.cs.
◆ DATASINK
| static |
Definition at line 43 of file RestoreBackup.cs.
◆ DATASOURCE
| static |
Definition at line 47 of file RestoreBackup.cs.
◆ FUNCTION_ENVIRONMENT
| static |
Python UDF function environment(s).
Definition at line 51 of file RestoreBackup.cs.
◆ GRAPH
| static |
Graph(s) definition.
Definition at line 55 of file RestoreBackup.cs.
◆ MONITOR
| static |
Table monitor(s) / SQL stream(s).
Definition at line 61 of file RestoreBackup.cs.
◆ RESOURCE_GROUP
| static |
Definition at line 65 of file RestoreBackup.cs.
◆ ROLE
| static |
Role(s), role members (roles or users, recursively), and associated permissions.
Definition at line 70 of file RestoreBackup.cs.
◆ STORED_PROCEDURE
| static |
Definition at line 74 of file RestoreBackup.cs.
◆ TABLE
| static |
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 85 of file RestoreBackup.cs.
◆ USER
| static |
User(s) (internal and external) and associated permissions.
Definition at line 91 of file RestoreBackup.cs.
◆ USER_DEFINED_FUNCTION
| static |
Definition at line 95 of file RestoreBackup.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/RestoreBackup.cs
- Kinetica/Protocol/RestoreBackup.cs