The entity backup_backed_up_file holds the file system information about a file backed up.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| backed_up_file_id | byte varying(16) | not null | Unique identifier |
| backed_up_folder_id | byte varying(16) | not null | Unique identifier of the entity backup_folder |
| name | nvarchar(260) | with null | Logical file name with extension |
| create_date | integer | with null | Date file created |
| total_revisions | integer | with null | Number of total revisions known on the server |
| total_backups | integer | with null | |
| migrated | varchar(1) | with null | Indicates whether a file is migrated with data growths option 0: not migrated 1: migrated |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| 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