Restores objects from a backup instance.
Response from a backup restoration operation.
Output Parameter Description
| Name | Type | Description |
|---|
| backup_name | string | The backup name |
| backup_id | long | The backup ID 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 | Objects that were successfully restored and their associated types. |
| renamed_objects | map of string to strings | Original and new names of objects that were successfully restored and their associated types. |
| failed_objects | map of string to strings | Objects that failed to be restored and their associated types. |
| info | map of string to strings | Additional information. |