WorkspaceData
The WorkspaceData
table contains saved details from the web interface user workspaces. This table is updated automatically when a user's workspace is saved, and normally will not need to be queried directly. Each time a workspace is saved or deleted a row is added to this table, and the latest row for a given workspace indicates its current state.
Caution
You cannot delete this or else user data will be lost. See the backup documentation for more details.
Columns
Column Name | Column Type | Description |
---|---|---|
Date | String | The date on which the row was generated (as defined by the LastModifiedTime column value). This is the partitioning column. |
Owner | String | The workspace owner. |
Name | String | The workspace name. |
Id | String | A system-assigned identifier that uniquely identifies this workspace. |
Version | int | The workspace version. |
DataType | String | The system-assigned data type for the saved data. |
Data | String | The saved workspace data. |
Status | String | The status, which indicates whether it is for an active or deleted workspace. |
AdminGroups | String[] | The groups which are allowed to administer this entry. |
ViewerGroups | String[] | The groups which are allowed to view this entry. |
LastModifiedByAuthenticated | String | The authenticated user who created this row. |
LastModifiedByEffective | String | The effective user who created this row. |
LastModifiedTime | DateTime | The date and time when this row was created. |
Related documentation
- Internal tables overview
AuditEventLog
PersistentQueryConfigurationLog
PersistentQueryStateLog
ProcessEventLogIndex
ProcessEventLog
ProcessInfo
ProcessMetrics
QueryOperationPerformanceLogIndex
QueryOperationPerformanceLog
QueryPerformanceLog
QueryUserAssignmentLog
ResourceUtilization
ServerStateLogIndex
ServerStateLog
UpdatePerformanceLogIndex
UpdatePerformanceLog
WorkspaceData