Package com.gpudb.protocol
Class CreateBackupRequest.BackupType
java.lang.Object
com.gpudb.protocol.CreateBackupRequest.BackupType
Enclosing class:
A set of string constants for the
CreateBackupRequest parameter backupType.
Type of snapshot to create.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSnapshot of changes in the database objects and data since the last full snapshot.static final StringSnapshot of the given database objects and data.static final StringSnapshot of changes in the database objects and data since the last snapshot of any kind.
Field Details