public static final class ShowBackupRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BACKUP_ID
Backup instance ID to show.
|
static String |
FALSE |
static String |
NO_ERROR_IF_NOT_EXISTS
If
FALSE will return an error if the provided
backupName does not exist. |
static String |
NONE
No backup contents
|
static String |
OBJECT_FILES
Object names and files
|
static String |
OBJECT_NAMES
Object names only
|
static String |
SHOW_CONTENTS
Shows the contents of the specified backup_id.
|
static String |
TRUE |
public static final String BACKUP_ID
public static final String SHOW_CONTENTS
NONE
: No backup contents
OBJECT_NAMES
: Object names only
OBJECT_FILES
: Object names and
files
NONE
.public static final String NONE
public static final String OBJECT_NAMES
public static final String OBJECT_FILES
public static final String NO_ERROR_IF_NOT_EXISTS
FALSE
will return an error if the provided
backupName
does not exist. If TRUE
then it will return an empty result.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2025. All rights reserved.