public static final class CreateBackupRequest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHECKSUM
Whether or not to calculate checksums for backup files.
|
static String |
COMMENT
Comments to store with this backup.
|
static String |
DDL_ONLY
Whether or not, for tables, to only backup DDL and not table data.
|
static String |
DELETE_INTERMEDIATE_BACKUPS
Whether or not to delete any intermediate snapshots when the
backupType is set to DIFFERENTIAL. |
static String |
DRY_RUN
Whether or not to perform a dry run of a backup operation.
|
static String |
FALSE |
static String |
MAX_INCREMENTAL_BACKUPS_TO_KEEP
Maximum number of incremental snapshots to keep.
|
static String |
RECREATE
Whether or not to replace an existing backup object with a new
backup with a full snapshot, if one already exists.
|
static String |
TRUE |
public static final String COMMENT
public static final String CHECKSUM
FALSE.public static final String TRUE
public static final String FALSE
public static final String DDL_ONLY
FALSE.public static final String MAX_INCREMENTAL_BACKUPS_TO_KEEP
public static final String DELETE_INTERMEDIATE_BACKUPS
backupType is set to DIFFERENTIAL.
Supported values:
The default value is FALSE.public static final String RECREATE
FALSE.public static final String DRY_RUN
FALSE.Copyright © 2025. All rights reserved.