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 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

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.

◆ CONTEXT

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

Context(s).

Definition at line 35 of file RestoreBackup.cs.

◆ CREDENTIAL

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

Credential(s).

Definition at line 39 of file RestoreBackup.cs.

◆ DATASINK

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

Data sink(s).

Definition at line 43 of file RestoreBackup.cs.

◆ DATASOURCE

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

Data source(s).

Definition at line 47 of file RestoreBackup.cs.

◆ FUNCTION_ENVIRONMENT

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

◆ GRAPH

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

Graph(s) definition.

Definition at line 55 of file RestoreBackup.cs.

◆ MONITOR

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

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

Definition at line 61 of file RestoreBackup.cs.

◆ RESOURCE_GROUP

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

Resource group(s).

Definition at line 65 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 70 of file RestoreBackup.cs.

◆ STORED_PROCEDURE

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

SQL procedure(s).

Definition at line 74 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 85 of file RestoreBackup.cs.

◆ USER

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

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

Definition at line 91 of file RestoreBackup.cs.

◆ USER_DEFINED_FUNCTION

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

UDF(s).

Definition at line 95 of file RestoreBackup.cs.


The documentation for this struct was generated from the following files: