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