LicenseManagerServerFeatureSessionUsageDetail
Used to record license sessions (checkouts) per user.
erDiagram
LicenseManagerServerFeature ||--o{ LicenseManagerServerFeatureSessionUsageDetail : "LicenseManagerServerFeatureID"
LicenseManagerServerMachine ||--o{ LicenseManagerServerFeatureSessionUsageDetail : "LicenseManagerServerMachineID"
LicenseManagerServerUser ||--o{ LicenseManagerServerFeatureSessionUsageDetail : "LicenseManagerServerUserID"
Fields
| Field |
Type |
Description |
| Display |
string |
Display used when the license was checked out. Depending on the OS of the client, no useful information can be found here. |
| DurationMinutes |
numeric |
Duration of the checkout in minutes (from StartDate to LastScan) |
| ID |
numeric |
Internal ID for the LicenseManagerServerFeatureSessionUsageDetail entity (Primary Key) |
| LastScan |
datetime |
When this session (Checkout) was last scanned |
| LicenseManagerServerFeatureID |
numeric |
Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
| LicenseManagerServerMachineID |
numeric |
Internal ID that references the LicenseManagerServerMachine entity (Foreign Key) |
| LicenseManagerServerUserID |
numeric |
Internal ID that references the LicenseManagerServerUser entity (Foreign Key) |
| LicensesUsed |
numeric |
Licenses used for token based licenses |
| LingerSeconds |
numeric |
Linger time for borrowed licenses |
| StartDate |
datetime |
Date/Time for the checkout of this feature |
| Version |
string |
Client version |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerFeatureID |
LicenseManagerServerFeature |
Defines a feature within a license manager server |
| LicenseManagerServerMachineID |
LicenseManagerServerMachine |
Used to store machine information for per user statistics (session/checkout statistics) |
| LicenseManagerServerUserID |
LicenseManagerServerUser |
Used to store user information for per user statistics (session/checkout statistics) |