LicenseManagerServerUser¶
Used to store user information for per user statistics (session/checkout statistics).
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime2 | Date/Time this user entity was created, |
| ID | bigint | Internal ID for the LicenseManagerServerUser entity (Primary Key) |
| LastScan | datetime2 | Date/Time this user entity was last detected, |
| LicenseManagerServerID | bigint | Internal ID that references the LicenseManagerServer entity (Foreign Key) |
| Name | nvarchar | User name, |
| UserID | bigint | Internal ID that references the User entity (Foreign Key) |