LicenseManagerServerFeatureSessionUsageDetail¶
Used to record license sessions (checkouts) per user.
Fields¶
Field | Type | Description |
---|---|---|
Display | nvarchar | Display used when the license was checked out. Depending on the OS of the client, no useful information can be found here. |
DurationMinutes | bigint | Duration of the checkout in minutes (from StartDate to LastScan) |
ID | bigint | Internal ID for the LicenseManagerServerFeatureSessionUsageDetail entity (Primary Key) |
LastScan | datetime2 | When this session (Checkout) was last scanned |
LicenseManagerServerFeatureID | bigint | Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
LicenseManagerServerMachineID | bigint | Internal ID that references the LicenseManagerServerMachine entity (Foreign Key) |
LicenseManagerServerUserID | bigint | Internal ID that references the LicenseManagerServerUser entity (Foreign Key) |
LicensesUsed | int | Licenses used for token based licenses |
LingerSeconds | bigint | Linger time for borrowed licenses |
StartDate | datetime2 | Date/Time for the checkout of this feature |
Version | nvarchar | Client version |