LicenseManagerServerFeatureSessionUsageDetail¶
Used to record license sessions (checkouts) per user
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 |