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