Package com.gpudb.protocol
Class AlterBackupRequest.Action
- java.lang.Object
-
- com.gpudb.protocol.AlterBackupRequest.Action
-
- Enclosing class:
- AlterBackupRequest
public static final class AlterBackupRequest.Action extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKSUMCalculate checksum for backed-up files.static StringDDL_ONLYWhether or not to only save DDL and not back up table data, when taking future snapshots; setvalueto 'true' or 'false' for DDL only or DDL and table data, respectively.static StringMAX_INCREMENTAL_BACKUPS_TO_KEEPMaximum number of incremental snapshots to keep, when taking future snapshots; setvalueto the number of snapshots to keep.static StringMERGEMerges all snapshots within a backup and creates a single full snapshot.static StringPURGEDeletes a snapshot from a backup; setvalueto the snapshot ID to purge.
-
-
-
Field Detail
-
CHECKSUM
public static final String CHECKSUM
Calculate checksum for backed-up files.- See Also:
- Constant Field Values
-
DDL_ONLY
public static final String DDL_ONLY
Whether or not to only save DDL and not back up table data, when taking future snapshots; setvalueto 'true' or 'false' for DDL only or DDL and table data, respectively.- See Also:
- Constant Field Values
-
MAX_INCREMENTAL_BACKUPS_TO_KEEP
public static final String MAX_INCREMENTAL_BACKUPS_TO_KEEP
Maximum number of incremental snapshots to keep, when taking future snapshots; setvalueto the number of snapshots to keep.- See Also:
- Constant Field Values
-
MERGE
public static final String MERGE
Merges all snapshots within a backup and creates a single full snapshot.- See Also:
- Constant Field Values
-
PURGE
public static final String PURGE
Deletes a snapshot from a backup; setvalueto the snapshot ID to purge.- See Also:
- Constant Field Values
-
-