The entity backup_user_drives includes the list of network drives for the user on the agent
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | byte(16) | not null | Unique identifier |
| drive_id | byte varying(16) | not null | Unique identifier |
| drive | nvarchar(3) | with null | Logical drive letter |
| path_name | nvarchar(255) | with null | Destination folder |
| 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