The entity backup_backed_up_folder holds the file system information about a backed up folder
| Column Name | Column Datatype | Column Null Option | Column Comment |
| backed_up_folder_id | byte varying(16) | not null | Unique identifier |
| name | nvarchar(260) | with null | Logical folder name inclusive drive specification |
| 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