Kinetica   C#   API  Version 7.2.3.1
CreateBackupRequest.BackupType Struct Reference

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

Public Attributes

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

Detailed Description

A set of string constants for the parameter backup_type.

Type of snapshot to create.

Definition at line 25 of file CreateBackup.cs.

Member Data Documentation

◆ DIFFERENTIAL

const string CreateBackupRequest.BackupType.DIFFERENTIAL = "differential"

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 CreateBackupRequest.BackupType.FULL = "full"

Snapshot of the given database objects and data.

Definition at line 32 of file CreateBackup.cs.

◆ INCREMENTAL

const string CreateBackupRequest.BackupType.INCREMENTAL = "incremental"

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 file: