Class AlterBackupRequest.Action

    • Field Detail

      • 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.
        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; set value to 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