public static final class RestoreBackupRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BACKUP_ID
Backup instance ID to restore.
|
static String |
CHECKSUM
Verify checksum for backup files.
|
static String |
CREATE_SCHEMA_IF_NOT_EXIST
Create the schema for an object to be restored if it does not
currently exist.
|
static String |
DDL_ONLY
Only recreates the objects from their DDL, do not restore table
data.
|
static String |
DRY_RUN
Does a dry-run restoration operation.
|
static String |
FALSE |
static String |
NONE
If an object to be restored currently exists with the same name,
abort and return error
|
static String |
RENAME
If an object to be restored currently exists with the same name,
rename the original version
|
static String |
RENAMED_OBJECTS_SCHEMA
If the restore policy is rename, optionally use this schema for
renamed objects instead of a default generated one.
|
static String |
REPLACE
If an object to be restored currently exists with the same name,
replace it with the backup version
|
static String |
RESTORE_POLICY
Behavior to apply when restoring objects that already exist.
|
static String |
TRUE |
public static final String BACKUP_ID
public static final String RESTORE_POLICY
NONE
: If an object to be restored
currently exists with the same name, abort and return error
REPLACE
: If an object to be restored
currently exists with the same name, replace it with the
backup version
RENAME
: If an object to be restored
currently exists with the same name, rename the original
version
NONE
.public static final String NONE
public static final String REPLACE
public static final String RENAME
public static final String RENAMED_OBJECTS_SCHEMA
public static final String CREATE_SCHEMA_IF_NOT_EXIST
TRUE
.public static final String FALSE
public static final String TRUE
public static final String DDL_ONLY
FALSE
.public static final String CHECKSUM
public static final String DRY_RUN
Copyright © 2025. All rights reserved.