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

WorkspaceRequest

public class WorkspaceRequest
Represents a request for creating or updating a workspace.

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 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 workspace.

public Securable<ObjectIdentifier> Matter { get; set; }

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

public string Name { get; set; }

Gets or sets the name for the workspace

public string Notes { get; set; }

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

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

public Guid RequestGuid { get; set; }

Used to keep track of duplicated requests.

public Securable<ObjectIdentifier> ResourcePool { get; set; }

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

public int 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.

public Securable<ObjectIdentifier> SqlServer { get; set; }

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

public ObjectIdentifier Status { get; set; }

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

public Securable<ObjectIdentifier> Template { get; set; }

Gets or sets the Securable<T> identifier for an existing workspace structure used to create the workspace.

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

Initializes an instance of the WorkspaceRequest class with all properties set to their default values.

public WorkspaceRequest(WorkspaceResponse workspaceResponse)

Initializes an instance of the WorkspaceRequest class with a response object, which is useful for chaining commands.

Allows a WorkspaceResponse to be implicitly converted to a WorkspaceRequest