Package com.gpudb.protocol
Class ShowBackupRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowBackupRequest.Options
-
- Enclosing class:
- ShowBackupRequest
public static final class ShowBackupRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBACKUP_IDID of the snapshot to show.static StringFALSEstatic StringNO_ERROR_IF_NOT_EXISTSWhether or not to suppress the error if the specified backup does not exist.static StringNONEDon't show snapshot contents.static StringOBJECT_FILESShow backed-up object names, and for tables, sizing detail and associated files.static StringOBJECT_NAMESShow backed-up object names, and for tables, sizing detail.static StringSHOW_CONTENTSShow the contents of the backed-up snapshots.static StringTRUE
-
-
-
Field Detail
-
BACKUP_ID
public static final String BACKUP_ID
ID of the snapshot to show. Leave empty to show information from the most recent snapshot in the backup. The default value is ''.- See Also:
- Constant Field Values
-
SHOW_CONTENTS
public static final String SHOW_CONTENTS
Show the contents of the backed-up snapshots. Supported values: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.- See Also:
- Constant Field Values
-
NONE
public static final String NONE
Don't show snapshot contents.- See Also:
- Constant Field Values
-
OBJECT_NAMES
public static final String OBJECT_NAMES
Show backed-up object names, and for tables, sizing detail.- See Also:
- Constant Field Values
-
OBJECT_FILES
public static final String OBJECT_FILES
Show backed-up object names, and for tables, sizing detail and associated files.- See Also:
- Constant Field Values
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
Whether or not to suppress the error if the specified backup does not exist. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-