The entity backup_backed_up_file_revision holds the information for each backup revision of a file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | byte(16) | not null | Unique identifier |
| backup_run_date | integer | not null | Unique identifier of the entity backup_performed_backup |
| backed_up_file_id | byte varying(16) | not null | Unique identifier of the entity backed_up_file |
| revision | integer | with null | Revision counter |
| file_size | integer | with null | Actual file size in byte |
| compressed_size | integer | with null | Compressed file size in byte |
| last_modified | integer | with null | Date last modified |
| win32_file_type | byte varying(4) | with null | Windows file type |
| presence_type | byte varying(4) | with null | Presence of file according to backup set |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table