Skip to main content

A set of string constants for the parameter CreateBackupRequest.backup_type. More…

Static Public Attributes

const string DIFFERENTIAL = “differential”
 Snapshot of changes in the database objects and data since the last full snapshot.
 
const string FULL = “full”
 Snapshot of the given database objects and data.
 
const string INCREMENTAL = “incremental”
 Snapshot of changes in the database objects and data since the last snapshot of any kind.
 

Detailed Description

A set of string constants for the parameter CreateBackupRequest.backup_type.

Type of snapshot to create.

Definition at line 25 of file CreateBackup.cs.

Member Data Documentation

◆ DIFFERENTIAL

const string kinetica.CreateBackupRequest.BackupType.DIFFERENTIAL = “differential”
static

Snapshot of changes in the database objects and data since the last full snapshot.

Definition at line 29 of file CreateBackup.cs.

◆ FULL

const string kinetica.CreateBackupRequest.BackupType.FULL = “full”
static

Snapshot of the given database objects and data.

Definition at line 32 of file CreateBackup.cs.

◆ INCREMENTAL

const string kinetica.CreateBackupRequest.BackupType.INCREMENTAL = “incremental”
static

Snapshot of changes in the database objects and data since the last snapshot of any kind.

Definition at line 36 of file CreateBackup.cs.


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