WorkspaceDataSnapshot

The WorkspaceDataSnapshot table has identical columns to WorkspaceData but contains periodically captured snapshots representing only "active" items where the primary table contains all historical versions of all items. This is used internally to improve the startup performance of web user interface sessions. It is updated by an optional periodic query and may be empty without harm. For administrative details, see the release note.

Columns

Column NameColumn TypeDescription
DateStringThe date on which the row was generated (as defined by the LastModifiedTime column value). This is the partitioning column.
OwnerStringThe workspace owner.
NameStringThe workspace name.
IdStringA system-assigned identifier that uniquely identifies this workspace.
VersionintThe workspace version.
DataTypeStringThe system-assigned data type for the saved data.
DataStringThe saved workspace data.
StatusStringThe status, which indicates whether it is for an active or deleted workspace.
AdminGroupsString[]The groups which are allowed to administer this entry.
ViewerGroupsString[]The groups which are allowed to view this entry.
LastModifiedByAuthenticatedStringThe authenticated user who created this row.
LastModifiedByEffectiveStringThe effective user who created this row.
LastModifiedTimeDateTimeThe date and time when this row was created.