public static final class AlterBackupRequest.Action extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHECKSUM
Calculate checksum for backed-up files.
|
static 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. |
static 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. |
static String |
MERGE
Merges all snapshots within a backup and creates a single full
snapshot.
|
static String |
PURGE
Deletes a snapshot from a backup; set
value to
the snapshot ID to purge. |
public static final String CHECKSUM
public static final String DDL_ONLY
value to 'true' or
'false' for DDL only or DDL and table data, respectively.public static final String MAX_INCREMENTAL_BACKUPS_TO_KEEP
value to the number of snapshots
to keep.public static final String MERGE
public static final String PURGE
value to
the snapshot ID to purge.Copyright © 2025. All rights reserved.