Package com.gpudb.protocol
Class AlterBackupRequest.Action
java.lang.Object
com.gpudb.protocol.AlterBackupRequest.Action
Enclosing class:
A set of string constants for the
AlterBackupRequest parameter action.
Operation to be applied.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCalculate checksum for backed-up files.static final StringWhether 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 final StringMaximum number of incremental snapshots to keep, when taking future snapshots; setvalueto the number of snapshots to keep.static final StringMerges all snapshots within a backup and creates a single full snapshot.static final StringDeletes a snapshot from a backup; setvalueto the snapshot ID to purge.
Field Details