LicenseMeasurement Table
The LicenseMeasurement table is used to store license measurement snapshots.
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.| Database Column | Details | 
|---|---|
| LicenseMeasurementID | Type: integer. Key. Generated ID A unique identifier for the license measurement. | 
| MeasurementCode | Type: text (max 128 characters) The unique code for this measurement. | 
| MeasurementTime | Type: datetime. Key The date and time this measurement was started. | 
| MeasurementEndTime | Type: datetime. Nullable The date and time this measurement was completed. | 
| Success | Type: boolean Determines whether the measurement completed successfully. | 
| Description | Type: text (max 50 characters) The description of this measurement. | 
| IsPartial | Type: boolean Indicate whether this licence run was a partial run or not. |