ComputerUsage Table

Each time usage information is received, the ComputerUsage table is updated with the current day’s time-stamp.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ComputerUsage table

Database Column

Details

ComputerID

Type: integer. Key

The id of the computer this information applies to. This id is a foreign key to the Computer table. It forms part of the unique index that identifies each row of data.

UserID

Type: integer. Key

The id of the user context in which the application was detected. This is a foreign key to the User table. It forms part of the unique index that identifies each row of data.

LastReported

Type: datetime. Nullable

The date that the user last reported usage information from the specified computer.