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
| static |
Snapshot of changes in the database objects and data since the last full snapshot.
Definition at line 29 of file CreateBackup.cs.
◆ FULL
| static |
Snapshot of the given database objects and data.
Definition at line 32 of file CreateBackup.cs.
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateBackup.cs
- Kinetica/Protocol/CreateBackup.cs