UserMachineAffinityProvider
Holds information about different Providers of user device affinity information.
erDiagram
UserMachineAffinityProvider ||--o{ UserMachineAffinity : "UserMachineAffinityProviderID"
UserMachineAffinityProvider ||--o{ UserMachineAffinityProviderScanHistory : "UserMachineAffinityProviderID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this UserMachineAffinityProvider was created |
| CreatedGUID |
guid |
GUID of the scan that created the provider |
| Description |
string |
Description for the affinity provider |
| DisplayName |
string |
Display Name of the affinity provider |
| ID |
numeric |
Internal ID for the UserMachineAffinityProvider entity (Primary Key) |
| LastScan |
datetime |
Date/Time of the last scan. On file based imports, this is the write time of the imported file. |
| LastScanGUID |
guid |
GUID of the last scan. For import based scans, this is a synthetic GUID. |
| Notes |
string |
Notes |
| ProviderGUID |
guid |
A unique ID to identify this provider |
Referenced by