The entity backup_performed_restore stores information about the restore job and holds global information about a restore process on an agent.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| restore_run_date | integer | not null | Actual restore time |
| user_id | byte(16) | not null | Unique identifier |
| retrieve_to_folder | nvarchar(255) | with null | Restore to folder |
| total_files_requested | integer | with null | Number of files requested |
| total_files_needed_from_server | integer | with null | Number of files restored from server |
| total_files_restored | integer | with null | Number of files restored |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| job_id | byte(16) | not null | Unique identifier of the entity backup_job |
| last_update_user | nvarchar(64) | with null | User who updates |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table