public static final class ShowBackupRequest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BACKUP_ID
ID of the snapshot to show.
|
static String |
FALSE |
static String |
NO_ERROR_IF_NOT_EXISTS
Whether or not to suppress the error if the specified backup does
not exist.
|
static String |
NONE
Don't show snapshot contents.
|
static String |
OBJECT_FILES
Show backed-up object names, and for tables, sizing detail and
associated files.
|
static String |
OBJECT_NAMES
Show backed-up object names, and for tables, sizing detail.
|
static String |
SHOW_CONTENTS
Show the contents of the backed-up snapshots.
|
static String |
TRUE |
public static final String BACKUP_ID
public static final String SHOW_CONTENTS
NONE: Don't show snapshot contents.
OBJECT_NAMES: Show backed-up
object names, and for tables, sizing detail.
OBJECT_FILES: Show backed-up
object names, and for tables, sizing detail and associated
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.public static final String TRUE
public static final String FALSE
Copyright © 2025. All rights reserved.