Kinetica   C#   API  Version 7.2.3.1
CreateBackupRequest.BackupObjectsMap Struct Reference

A set of string constants for the parameter backup_objects_map. More...

Public Attributes

const string ALL = "all"
 All object types and data contained in the given schema(s). More...
 
const string CATALOG = "catalog"
 Data Lake catalog that is external to the database. 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 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

const string CreateBackupRequest.BackupObjectsMap.ALL = "all"

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

Definition at line 49 of file CreateBackup.cs.

◆ CATALOG

const string CreateBackupRequest.BackupObjectsMap.CATALOG = "catalog"

Data Lake catalog that is external to the database.

Definition at line 53 of file CreateBackup.cs.

◆ CONTEXT

const string CreateBackupRequest.BackupObjectsMap.CONTEXT = "context"

Context(s).

Definition at line 57 of file CreateBackup.cs.

◆ CREDENTIAL

const string CreateBackupRequest.BackupObjectsMap.CREDENTIAL = "credential"

Credential(s).

Definition at line 61 of file CreateBackup.cs.

◆ DATASINK

const string CreateBackupRequest.BackupObjectsMap.DATASINK = "datasink"

Data sink(s).

Definition at line 65 of file CreateBackup.cs.

◆ DATASOURCE

const string CreateBackupRequest.BackupObjectsMap.DATASOURCE = "datasource"

Data source(s).

Definition at line 69 of file CreateBackup.cs.

◆ FUNCTION_ENVIRONMENT

const string CreateBackupRequest.BackupObjectsMap.FUNCTION_ENVIRONMENT = "function_environment"

◆ GRAPH

const string CreateBackupRequest.BackupObjectsMap.GRAPH = "graph"

Graph(s) definition.

Definition at line 77 of file CreateBackup.cs.

◆ MONITOR

const string CreateBackupRequest.BackupObjectsMap.MONITOR = "monitor"

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

Definition at line 83 of file CreateBackup.cs.

◆ RESOURCE_GROUP

const string CreateBackupRequest.BackupObjectsMap.RESOURCE_GROUP = "resource_group"

Resource group(s).

Definition at line 87 of file CreateBackup.cs.

◆ ROLE

const string CreateBackupRequest.BackupObjectsMap.ROLE = "role"

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

Definition at line 92 of file CreateBackup.cs.

◆ STORED_PROCEDURE

const string CreateBackupRequest.BackupObjectsMap.STORED_PROCEDURE = "stored_procedure"

SQL procedure(s).

Definition at line 96 of file CreateBackup.cs.

◆ TABLE

const string CreateBackupRequest.BackupObjectsMap.TABLE = "table"

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

const string CreateBackupRequest.BackupObjectsMap.USER = "user"

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

Definition at line 111 of file CreateBackup.cs.

◆ USER_DEFINED_FUNCTION

const string CreateBackupRequest.BackupObjectsMap.USER_DEFINED_FUNCTION = "user_defined_function"

UDF(s).

Definition at line 115 of file CreateBackup.cs.


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