Kinetica   C#   API  Version 7.2.3.0
kinetica.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 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, backup the database configuration file. More...
 
const string FALSE = "false"
 
const string TRUE = "true"
 

Detailed Description

A set of string constants for the parameter backup_objects_map.

Map of objects to be captured in the backup. Error if empty and creating full backup. Error if non-empty when creating an incremental or differential backup.

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 33 of file CreateBackup.cs.

Member Data Documentation

◆ ALL

const string kinetica.CreateBackupRequest.BackupObjectsMap.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 38 of file CreateBackup.cs.

◆ CONFIGURATION

const string kinetica.CreateBackupRequest.BackupObjectsMap.CONFIGURATION = "configuration"

If TRUE, backup the database configuration file.

If TRUE, backup the database configuration file.

Supported values:

The default value is FALSE.

Supported values:

The default value is FALSE.

Definition at line 84 of file CreateBackup.cs.

◆ CONTEXT

const string kinetica.CreateBackupRequest.BackupObjectsMap.CONTEXT = "context"

Context

Context(s).

Definition at line 47 of file CreateBackup.cs.

◆ CREDENTIAL

const string kinetica.CreateBackupRequest.BackupObjectsMap.CREDENTIAL = "credential"

Credential

Credential(s).

Definition at line 44 of file CreateBackup.cs.

◆ DATASINK

const string kinetica.CreateBackupRequest.BackupObjectsMap.DATASINK = "datasink"

Data Sink

Data sink(s).

Definition at line 50 of file CreateBackup.cs.

◆ DATASOURCE

const string kinetica.CreateBackupRequest.BackupObjectsMap.DATASOURCE = "datasource"

Data Source

Data source(s).

Definition at line 53 of file CreateBackup.cs.

◆ FALSE

const string kinetica.CreateBackupRequest.BackupObjectsMap.FALSE = "false"

Definition at line 86 of file CreateBackup.cs.

◆ MONITOR

const string kinetica.CreateBackupRequest.BackupObjectsMap.MONITOR = "monitor"

Table Monitor (Stream)

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

Definition at line 59 of file CreateBackup.cs.

◆ ROLE

const string kinetica.CreateBackupRequest.BackupObjectsMap.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 67 of file CreateBackup.cs.

◆ STORED_PROCEDURE

const string kinetica.CreateBackupRequest.BackupObjectsMap.STORED_PROCEDURE = "stored_procedure"

SQL Procedure

SQL procedure(s).

Definition at line 56 of file CreateBackup.cs.

◆ TABLE

const string kinetica.CreateBackupRequest.BackupObjectsMap.TABLE = "table"

Database Table

Tables(s) and SQL view(s).

Definition at line 41 of file CreateBackup.cs.

◆ TRUE

const string kinetica.CreateBackupRequest.BackupObjectsMap.TRUE = "true"

Definition at line 87 of file CreateBackup.cs.

◆ USER

const string kinetica.CreateBackupRequest.BackupObjectsMap.USER = "user"

User (internal and external) and associated permissions

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

Definition at line 63 of file CreateBackup.cs.


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