Package com.gpudb.protocol
Class ShowBackupRequest.Options
java.lang.Object
com.gpudb.protocol.ShowBackupRequest.Options
Enclosing class:
A set of string constants for the
ShowBackupRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringShow all backup types.static final StringID of the snapshot to show.static final StringShow backups by type.static final StringShow differential backups only.static final Stringstatic final StringShow full backups only.static final StringShow incremental backups only.static final StringWhether or not to suppress the error if the specified backup does not exist.static final StringDon’t show snapshot contents.static final StringShow backed-up object names, and for tables, sizing detail and associated files.static final StringShow backed-up object names, and for tables, sizing detail.static final StringShow the contents of the backed-up snapshots.static final String
Field Details
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: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: