RecentlyUsedObject¶
Per user recently used objects.
Fields¶
| Field | Type | Description |
|---|---|---|
| ExtraData | nvarchar | Extra data for this recently used object |
| Favorite | bit | True if the user selected this object as a favorite |
| FirstUsed | datetime2 | Date/Time the object was first used |
| ID | bigint | Internal ID for the RecentlyUsedObject entity (Primary Key) |
| LastUsed | datetime2 | Date/Time the object was last used |
| ObjectGuid | uniqueidentifier | |
| RbacUserID | bigint | Internal ID that references the RbacUser entity (Foreign Key) |
| RecentlyUsedObjectTypeID | bigint | Internal ID that references the RecentlyUsedObjectType entity (Foreign Key) |
| UsageCount | bigint | Number of times the object was used |