UserImage¶
Store thumbnail images of users.
Fields¶
| Field | Type | Description |
|---|---|---|
| ID | numeric | Internal ID for the UserImage entity (Primary Key) |
| Image | varbinary | The binary image |
| LastModification | datetime | Date/Time the image was last updated |
| LastSync | datetime | Date/Time the image was last synchronized |
| UserObjectGUID | guid | the objectGuid of the user |