Restores database objects from a backup
accessible via the data source specified by input parameter datasource_name.
Output Parameter Description
| Name | Type | Description |
|---|
| backup_name | string | Value of input parameter backup_name. |
| backup_id | long | ID of the snapshot that was restored. |
| restored_bytes | long | Total size of data restored from backup. |
| restored_files | long | Total number of files restored from backup. |
| restored_records | long | Total number of records restored from backup. |
| restored_objects | map of string to strings | Database objects that were successfully restored and their associated types. |
| renamed_objects | map of string to strings | Original and new names of database objects that were successfully restored and their associated types. |
| failed_objects | map of string to strings | Database objects that failed to be restored and their associated types. |
| info | map of string to strings | Additional information. |