Package com.gpudb.protocol
Class CreateBackupRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.CreateBackupRequest.Options
-
- Enclosing class:
- CreateBackupRequest
public static final class CreateBackupRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKSUMWhether or not to calculate checksums for backup files.static StringCOMMENTComments to store with this backup.static StringDDL_ONLYWhether or not, for tables, to only backup DDL and not table data.static StringDELETE_INTERMEDIATE_BACKUPSWhether or not to delete any intermediate snapshots when thebackupTypeis set toDIFFERENTIAL.static StringDRY_RUNWhether or not to perform a dry run of a backup operation.static StringFALSEstatic StringMAX_INCREMENTAL_BACKUPS_TO_KEEPMaximum number of incremental snapshots to keep.static StringRECREATEWhether or not to replace an existing backup object with a new backup with a full snapshot, if one already exists.static StringTRUE
-
-
-
Field Detail
-
COMMENT
public static final String COMMENT
Comments to store with this backup.- See Also:
- Constant Field Values
-
CHECKSUM
public static final String CHECKSUM
Whether or not to calculate checksums for backup files. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
DDL_ONLY
public static final String DDL_ONLY
Whether or not, for tables, to only backup DDL and not table data. Supported values: The default value isFALSE.- 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. The default value is '-1'.- See Also:
- Constant Field Values
-
DELETE_INTERMEDIATE_BACKUPS
public static final String DELETE_INTERMEDIATE_BACKUPS
Whether or not to delete any intermediate snapshots when thebackupTypeis set toDIFFERENTIAL. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
RECREATE
public static final String RECREATE
Whether or not to replace an existing backup object with a new backup with a full snapshot, if one already exists. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
DRY_RUN
public static final String DRY_RUN
Whether or not to perform a dry run of a backup operation. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
-