Class ShowBackupRequest.Options

    • 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.
        The default value is NONE.
        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 is FALSE.
        See Also:
        Constant Field Values