Skip to main content

Class CreateBackupRequest.BackupType

java.lang.Object
com.gpudb.protocol.CreateBackupRequest.BackupType
Enclosing class:

public static final class CreateBackupRequest.BackupType extends Object
A set of string constants for the CreateBackupRequest parameter backupType.

Type of snapshot to create.

  • Field Details

    • DIFFERENTIAL

      public static final String DIFFERENTIAL
      Snapshot of changes in the database objects and data since the last full snapshot.
    • FULL

      public static final String FULL
      Snapshot of the given database objects and data.
    • INCREMENTAL

      public static final String INCREMENTAL
      Snapshot of changes in the database objects and data since the last snapshot of any kind.