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