Package com.gpudb.protocol
Class CreateBackupRequest.Options
java.lang.Object
com.gpudb.protocol.CreateBackupRequest.Options
Enclosing class:
A set of string constants for the
CreateBackupRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhether or not to calculate checksums for backup files.static final StringComments to store with this backup.static final StringWhether or not, for tables, to only backup DDL and not table data.static final StringWhether or not to delete any intermediate snapshots when thebackupTypeis set toDIFFERENTIAL.static final StringWhether or not to perform a dry run of a backup operation.static final Stringstatic final StringMaximum number of incremental snapshots to keep.static final StringWhether or not to replace an existing backup object with a new backup with a full snapshot, if one already exists.static final String
Field Details
DELETE_INTERMEDIATE_BACKUPS
Whether or not to delete any intermediate snapshots when thebackupTypeis set toDIFFERENTIAL. Supported values:The default value isFALSE.See Also: