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 StringALLShow all backup types.static StringBACKUP_IDID of the snapshot to show.static StringBACKUP_TYPEShow backups by type.static StringDIFFERENTIALShow differential backups only.static StringFALSEstatic StringFULLShow full backups only.static StringINCREMENTALShow incremental backups only.static 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
-
BACKUP_TYPE
public static final String BACKUP_TYPE
Show backups by type. This option is ignored ifBACKUP_IDis non-empty. Supported values:ALL: Show all backup types.FULL: Show full backups only.INCREMENTAL: Show incremental backups only.DIFFERENTIAL: Show differential backups only.
ALL.- See Also:
- Constant Field Values
-
ALL
public static final String ALL
Show all backup types.- See Also:
- Constant Field Values
-
FULL
public static final String FULL
Show full backups only.- See Also:
- Constant Field Values
-
INCREMENTAL
public static final String INCREMENTAL
Show incremental backups only.- See Also:
- Constant Field Values
-
DIFFERENTIAL
public static final String DIFFERENTIAL
Show differential backups only.- 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
-
-