Kinetica   C#   API  Version 7.2.3.1
RestoreBackupRequest.RestoreObjectsMap Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ ALL

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.

◆ CONTEXT

const string RestoreBackupRequest.RestoreObjectsMap.CONTEXT = "context"

Context(s).

Definition at line 34 of file RestoreBackup.cs.

◆ CREDENTIAL

const string RestoreBackupRequest.RestoreObjectsMap.CREDENTIAL = "credential"

Credential(s).

Definition at line 38 of file RestoreBackup.cs.

◆ DATASINK

const string RestoreBackupRequest.RestoreObjectsMap.DATASINK = "datasink"

Data sink(s).

Definition at line 42 of file RestoreBackup.cs.

◆ DATASOURCE

const string RestoreBackupRequest.RestoreObjectsMap.DATASOURCE = "datasource"

Data source(s).

Definition at line 46 of file RestoreBackup.cs.

◆ FUNCTION_ENVIRONMENT

const string RestoreBackupRequest.RestoreObjectsMap.FUNCTION_ENVIRONMENT = "function_environment"

◆ GRAPH

const string RestoreBackupRequest.RestoreObjectsMap.GRAPH = "graph"

Graph(s) definition.

Definition at line 54 of file RestoreBackup.cs.

◆ MONITOR

const string RestoreBackupRequest.RestoreObjectsMap.MONITOR = "monitor"

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

Definition at line 60 of file RestoreBackup.cs.

◆ RESOURCE_GROUP

const string RestoreBackupRequest.RestoreObjectsMap.RESOURCE_GROUP = "resource_group"

Resource group(s).

Definition at line 64 of file RestoreBackup.cs.

◆ ROLE

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.

◆ STORED_PROCEDURE

const string RestoreBackupRequest.RestoreObjectsMap.STORED_PROCEDURE = "stored_procedure"

SQL procedure(s).

Definition at line 73 of file RestoreBackup.cs.

◆ TABLE

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.

◆ USER

const string RestoreBackupRequest.RestoreObjectsMap.USER = "user"

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

Definition at line 90 of file RestoreBackup.cs.

◆ USER_DEFINED_FUNCTION

const string RestoreBackupRequest.RestoreObjectsMap.USER_DEFINED_FUNCTION = "user_defined_function"

UDF(s).

Definition at line 94 of file RestoreBackup.cs.


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