public static final class CreateBackupRequest.BackupType extends Object
CreateBackupRequest parameter
backupType.
Type of snapshot to create.
| Modifier and Type | Field and Description |
|---|---|
static String |
DIFFERENTIAL
Snapshot of changes in the database objects & data since the last
full snapshot.
|
static String |
FULL
Snapshot of the given database objects and data.
|
static String |
INCREMENTAL
Snapshot of changes in the database objects & data since the last
snapshot of any kind.
|
public static final String INCREMENTAL
public static final String DIFFERENTIAL
public static final String FULL
Copyright © 2025. All rights reserved.