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