Skip to main content

Class AlterBackupRequest.Action

java.lang.Object
com.gpudb.protocol.AlterBackupRequest.Action
Enclosing class:

public static final class AlterBackupRequest.Action extends Object
A set of string constants for the AlterBackupRequest parameter action.

Operation to be applied.

  • Field Details

    • CHECKSUM

      public static final String CHECKSUM
      Calculate checksum for backed-up files.
    • 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; set value to ‘true’ or ‘false’ for DDL only or DDL and table data, respectively.
    • 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; set value to the number of snapshots to keep.
    • MERGE

      public static final String MERGE
      Merges all snapshots within a backup and creates a single full snapshot.
    • PURGE

      public static final String PURGE
      Deletes a snapshot from a backup; set value to the snapshot ID to purge.