A set of string constants for the parameter CreateBackupRequest.backup_objects_map. More…
Static Public Attributes | |
| const string | ALL = “all” |
| All object types and data contained in the given schema(s). | |
| const string | CATALOG = “catalog” |
| Data Lake catalog that is external to the database. | |
| 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 CreateBackupRequest.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.
Member Data Documentation
◆ ALL
| static |
All object types and data contained in the given schema(s).
Definition at line 49 of file CreateBackup.cs.
◆ CATALOG
| static |
Data Lake catalog that is external to the database.
Definition at line 53 of file CreateBackup.cs.
◆ CONTEXT
| static |
Definition at line 57 of file CreateBackup.cs.
◆ CREDENTIAL
| static |
Definition at line 61 of file CreateBackup.cs.
◆ DATASINK
| static |
Definition at line 65 of file CreateBackup.cs.
◆ DATASOURCE
| static |
Definition at line 69 of file CreateBackup.cs.
◆ FUNCTION_ENVIRONMENT
| static |
Python UDF function environment(s).
Definition at line 73 of file CreateBackup.cs.
◆ GRAPH
| static |
Graph(s) definition.
Definition at line 77 of file CreateBackup.cs.
◆ MONITOR
| static |
Table monitor(s) / SQL stream(s).
Definition at line 83 of file CreateBackup.cs.
◆ RESOURCE_GROUP
| static |
Definition at line 87 of file CreateBackup.cs.
◆ ROLE
| static |
Role(s), role members (roles or users, recursively), and associated permissions.
Definition at line 92 of file CreateBackup.cs.
◆ STORED_PROCEDURE
| static |
Definition at line 96 of file CreateBackup.cs.
◆ TABLE
| static |
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.
◆ USER
| static |
User(s) (internal and external) and associated permissions.
Definition at line 111 of file CreateBackup.cs.
◆ USER_DEFINED_FUNCTION
| static |
Definition at line 115 of file CreateBackup.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/CreateBackup.cs
- Kinetica/Protocol/CreateBackup.cs