Kinetica   C#   API  Version 7.2.3.0
kinetica.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 in a schema (excludes permissions, system configuration, host secret key, KiFS directories and user defined functions) More...
 
const string TABLE = "table"
 Database Table More...
 
const string CREDENTIAL = "credential"
 Credential More...
 
const string CONTEXT = "context"
 Context More...
 
const string DATASINK = "datasink"
 Data Sink More...
 
const string DATASOURCE = "datasource"
 Data Source More...
 
const string STORED_PROCEDURE = "stored_procedure"
 SQL Procedure More...
 
const string MONITOR = "monitor"
 Table Monitor (Stream) More...
 
const string USER = "user"
 User (internal and external) and associated permissions More...
 
const string ROLE = "role"
 Role, role members (roles or users, recursively) and associated permissions More...
 
const string CONFIGURATION = "configuration"
 If TRUE, restore the database configuration file. More...
 
const string FALSE = "false"
 
const string TRUE = "true"
 

Detailed Description

A set of string constants for the parameter restore_objects_map.

Map of objects to be restored from the backup. Error if empty.

Map of database objects to be restored from the backup.

Definition at line 22 of file RestoreBackup.cs.

Member Data Documentation

◆ ALL

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.ALL = "all"

All object types in a schema (excludes permissions, system configuration, host secret key, KiFS directories and user defined functions)

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

Definition at line 27 of file RestoreBackup.cs.

◆ CONFIGURATION

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CONFIGURATION = "configuration"

If TRUE, restore the database configuration file.

If TRUE, restore the database configuration file.

Supported values:

The default value is FALSE.

Supported values:

The default value is FALSE.

Definition at line 73 of file RestoreBackup.cs.

◆ CONTEXT

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CONTEXT = "context"

Context

Context(s).

Definition at line 36 of file RestoreBackup.cs.

◆ CREDENTIAL

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.CREDENTIAL = "credential"

Credential

Credential(s).

Definition at line 33 of file RestoreBackup.cs.

◆ DATASINK

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.DATASINK = "datasink"

Data Sink

Data sink(s).

Definition at line 39 of file RestoreBackup.cs.

◆ DATASOURCE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.DATASOURCE = "datasource"

Data Source

Data source(s).

Definition at line 42 of file RestoreBackup.cs.

◆ FALSE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.FALSE = "false"

Definition at line 75 of file RestoreBackup.cs.

◆ MONITOR

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.MONITOR = "monitor"

Table Monitor (Stream)

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

Definition at line 48 of file RestoreBackup.cs.

◆ ROLE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.ROLE = "role"

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

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

Definition at line 56 of file RestoreBackup.cs.

◆ STORED_PROCEDURE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.STORED_PROCEDURE = "stored_procedure"

SQL Procedure

SQL procedure(s).

Definition at line 45 of file RestoreBackup.cs.

◆ TABLE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.TABLE = "table"

Database Table

Tables(s) and SQL view(s).

Definition at line 30 of file RestoreBackup.cs.

◆ TRUE

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.TRUE = "true"

Definition at line 76 of file RestoreBackup.cs.

◆ USER

const string kinetica.RestoreBackupRequest.RestoreObjectsMap.USER = "user"

User (internal and external) and associated permissions

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

Definition at line 52 of file RestoreBackup.cs.


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