Class CreateBackupRequest.BackupType

    • Field Detail

      • INCREMENTAL

        public static final String INCREMENTAL
        Snapshot of changes in the database objects and data since the last snapshot of any kind.
        See Also:
        Constant Field Values
      • DIFFERENTIAL

        public static final String DIFFERENTIAL
        Snapshot of changes in the database objects and data since the last full snapshot.
        See Also:
        Constant Field Values