Note
This view is introduced since OceanBase Database V4.0.0.
Purpose
This view displays information about the backup destination used for backup and restore in the tenant.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The tenant ID. |
| PATH | varchar(1024) | NO | The root path for storing backups. |
| ENDPOINT | varchar(256) | NO | The host for accessing object storage. |
| DEST_ID | bigint(20) | YES | The ID of the backup destination. |
| DEST_TYPE | varchar(64) | YES | The type of the backup destination, which can be one of the following: |
| AUTHORIZATION | varchar(1024) | NO | The authorization information for object storage. |
| EXTENSION | varchar(512) | NO | Other parameters of the backup destination. |
| CHECK_FILE_NAME | varchar(256) | YES | The name of the file used for connectivity verification. |
| LAST_CHECK_TIMESTAMP | timestamp(6) | YES | The time when the last connectivity check passed. |