Skip to main content

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 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 DIRECTORY = “directory”
 KiFS File directory(ies).
 
const string FUNCTION_ENVIRONMENT = “function_environment”
 Python UDF function environment(s).
 
const string GRAPH = “graph”
 Graph definition(s).
 
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

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.ALL = “all”
static

All object types and data contained in the given schema(s).

Definition at line 31 of file RestoreBackup.cs.

◆ CATALOG

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CATALOG = “catalog”
static

Data Lake catalog that is external to the database.

Definition at line 35 of file RestoreBackup.cs.

◆ CONTEXT

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CONTEXT = “context”
static

Context(s).

Definition at line 39 of file RestoreBackup.cs.

◆ CREDENTIAL

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CREDENTIAL = “credential”
static

Credential(s).

Definition at line 43 of file RestoreBackup.cs.

◆ DATASINK

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.DATASINK = “datasink”
static

Data sink(s).

Definition at line 47 of file RestoreBackup.cs.

◆ DATASOURCE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.DATASOURCE = “datasource”
static

Data source(s).

Definition at line 51 of file RestoreBackup.cs.

◆ DIRECTORY

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.DIRECTORY = “directory”
static

KiFS File directory(ies).

Definition at line 55 of file RestoreBackup.cs.

◆ FUNCTION_ENVIRONMENT

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.FUNCTION_ENVIRONMENT = “function_environment”
static

Python UDF function environment(s).

Definition at line 59 of file RestoreBackup.cs.

◆ GRAPH

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.GRAPH = “graph”
static

Graph definition(s).

Source table(s), if applicable, are required in order to restore graph objects.

Definition at line 65 of file RestoreBackup.cs.

◆ MONITOR

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.MONITOR = “monitor”
static

Table monitor(s) / SQL stream(s).

Definition at line 71 of file RestoreBackup.cs.

◆ RESOURCE_GROUP

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.RESOURCE_GROUP = “resource_group”
static

Resource group(s).

Definition at line 75 of file RestoreBackup.cs.

◆ ROLE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.ROLE = “role”
static

Role(s), role members (roles or users, recursively), and associated permissions.

Definition at line 80 of file RestoreBackup.cs.

◆ STORED_PROCEDURE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.STORED_PROCEDURE = “stored_procedure”
static

SQL procedure(s).

Definition at line 84 of file RestoreBackup.cs.

◆ TABLE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.TABLE = “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 95 of file RestoreBackup.cs.

◆ USER

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.USER = “user”
static

User(s) (internal and external) and associated permissions.

Definition at line 101 of file RestoreBackup.cs.

◆ USER_DEFINED_FUNCTION

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.USER_DEFINED_FUNCTION = “user_defined_function”
static

UDF(s).

Definition at line 105 of file RestoreBackup.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_centos8-arch_amd64-cc_gcc_8.5.0/install/Kinetica/Protocol/RestoreBackup.cs
  • Kinetica/Protocol/RestoreBackup.cs