<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Interfaces.Workspace.Models.WorkspaceResponse

Represents the results of a read operation on a workspace.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the artifact.

Gets or sets the Securable<T> identifier Azure credentials for workspace.

Gets or sets the Securable<T> identifier Azure File System credentials for workspace.

Gets or sets the Securable<T> identifier for the client associated with the workspace.

public Securable<string> ClientNumber { get; set; }

Gets or sets the Securable<T> string for the client number associated with the workspace.

Gets the Artifact ID and name of the user who created the artifact.

public DateTime CreatedOn { get; set; }

Gets the date and time when the artifact was added to Relativity.

Gets or sets specifies the Securable<T> identifier for file repository for the physical location of the text files used by Data Grid. If no file repository is specified for this field, and Data Grid is enabled, Data Grid stores text in the default file repository.

Gets or sets the Securable<T> identifier for Cache Location Server where the natives, images, productions, and other file types used by the viewer are temporarily stored.

Gets or sets the Securable<T> identifier for file repository for the physical location of the files (including document natives and images) associated with the workspace.

public string DownloadHandlerUrl { get; set; }

Gets or sets the default URL for making downloaded files available to users.

public bool EnableDataGrid { get; set; }

Gets or sets whether or not the workspace can have fields that save to Data Grid

public string Keywords { get; set; }

Gets or sets any keywords associated with the artifact.

Gets the Artifact ID and name of the user who recently updated the artifact.

public DateTime LastModifiedOn { get; set; }

Gets the date and time when the artifact was most recently updated.

Gets or sets the Securable<T> identifier for the case or legal action associated with the workspace.

public Securable<string> MatterNumber { get; set; }

Gets or sets the Securable<T> string for the matter number associated with the workspace.

public Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current artifact.

public string Notes { get; set; }

Gets or sets an optional description or other information about the artifact.

Gets or sets the Securable<T> identifier for the saved searched used to exclude documents from new production sets.

Gets or sets the Securable<T> identifier for resource pool used by the workspace for the other ResourceInformation properties.

public NameIDPair SqlFullTextLanguage { get; set; }

Gets or sets the language used for determining the correct word-break characters used in the full text index inside the workspace.

Gets or sets the Securable<T> identifier for SQL server where the workspace database is stored.

public DisplayableObjectIdentifier Status { get; set; }

Gets or sets the workspace's status which can be added to views for filtering workspaces.

Gets or sets the Securable<T> identifier for the group selected as admin of the workspace.