<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Workspace

public class Workspace : NamedArtifact
A representation of a Relativity Workspace used for data transfer.
public NamedArtifact Client { get; set; }

Gets or sets the client.

public DateTime? CreatedOn { get; set; }

Gets or sets the date and time when the workspace was created.

public NamedArtifact DatabaseLocation { get; set; }

Gets or sets the database location.

Gets or sets the data grid file repository.

public NamedArtifact DefaultCacheLocation { get; set; }

Gets or sets the default cache location.

public NamedArtifact DefaultFileRepository { get; set; }

Gets or sets the default file repository.

public string DownloadHandlerUrl { get; set; }

Gets or sets the download handler URL.

public string Keywords { get; set; }

Gets or sets the keywords.

public NamedArtifact Matter { get; set; }

Gets or sets the matter.

public string Notes { get; set; }

Gets or sets the notes.

Gets or sets the production resrictions.

public NamedArtifact ResourcePool { get; set; }

Gets or sets the resource pool.

Gets or sets the SQL full text language.

public NamedArtifact SqlServer { get; set; }

Gets or sets the SQL server.

public string Status { get; set; }

Gets or sets the status.

public NamedArtifact TemplateWorkspace { get; set; }

Gets or sets the template workspace.

public Group WorkspaceAdminGroup { get; set; }

Gets or sets the workspace admin group.

public Workspace()