|
Kinetica C# API
Version 7.2.3.1
|
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... | |
A set of string constants for the parameter backup_type.
Type of snapshot to create.
Definition at line 25 of file CreateBackup.cs.
| 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.
| const string CreateBackupRequest.BackupType.FULL = "full" |
Snapshot of the given database objects and data.
Definition at line 32 of file CreateBackup.cs.
| 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.