UserMachineAffinityProviderScanHistory
History for user device affinity imports.
erDiagram
UserMachineAffinityProvider ||--o{ UserMachineAffinityProviderScanHistory : "UserMachineAffinityProviderID"
Fields
| Field |
Type |
Description |
| Build |
string |
Scanner Build Information |
| ID |
numeric |
Internal ID for the UserMachineAffinityProviderScanHistory entity (Primary Key) |
| Import |
datetime |
Date/Time of Import |
| Scan |
datetime |
Date/Time of the scan |
| ScanGUID |
guid |
GUID of the scan |
| UserMachineAffinityProviderID |
numeric |
Internal ID that references the UserMachineAffinityProvider entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| UserMachineAffinityProviderID |
UserMachineAffinityProvider |
Holds information about different Providers of user device affinity information |