The entity backup_restored_file links a backup_backed_up_file object to a backup_performed_restore object to describe the files being restored.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| restore_run_date | integer | not null | Unique identifier of the entity backup_user |
| backed_up_file_id | byte varying(16) | not null | Unique identifier of the entity backed_up_file |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| backup_run_date | integer | not null | Unique identifier of the entity backup_performed_restore |
| user_id | byte(16) | not null | Unique identifier |
| 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 |
| file_status | varchar(1) | with null | Restore status 0: not restored yet 1: successfully restored |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table