The entity backup_login_history records the connection time information about an agent on the server side. The values are taken from login.cdb file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | byte(16) | not null | Unique identifier |
| login_id | byte varying16) | not null | Unique identifier |
| logout_date | integer | with null | Date value |
| login_date | integer | with null | Date value |
| bytes_read | integer | with null | Number of bytes received from the client |
| bytes_wrote | integer | with null | Number of bytes wrote to the client |
| bytes_to_send | integer | with null | Number of bytes sent bye the client |
| connection_method | nvarchar(215) | with null | Connection mode like Tcp/Ip |
| 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