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

Relativity.Services.Workspace.WorkspaceSetttings

public class WorkspaceSetttings
Represents a workspace's settings.
public int? ClientArtifactId { get; set; }

Indicates the ArtifactID of the client associated with the workspace.

public List<int> CredentialArtifactIDs { get; set; }

Represents a list of Credentials related to the Workspace. NOTE: INTERNAL USE ONLY

public int? DefaultCacheLocationServerArtifactId { get; set; }

Indicates the ArtifactID of the Default Cache Location server associated with the workspace.

public int? DefaultDataGridLocationCodeArtifactId { get; set; }

The path of the physical location for the files associated with Data Grid data for the case. It is specified as a ResourceServer object that represents the Data Grid resource server.

public int? DefaultFileLocationCodeArtifactId { get; set; }

The path of the physical location for the files associated with the case. It is specified as a Choice object that represents the file share resource server.

public string DownloadHandlerApplicationPath { get; set; }

Indicates a string that identifies default URL for code used in downloading files for users.

public bool? EnableDataGrid { get; set; }

Represents the whether Data Grid has been enabled for the workspace.

public int? MatterArtifactId { get; set; }

Indicates the ArtifactID of the matter associated with the workspace.

public string Name { get; set; }

Represents a string used to identify a workspace.

public int? ResourceGroupArtifactId { get; set; }

Returns an integer ID representing the resource pool.

public int? RootFolderId { get; set; }

Indicates the ArtifactID assigned to the root folder of the workspace.

public int? ServerId { get; set; }

Indicates the ArtifactID of the server where the workspace database resides.

public int? SqlFullTextLcid { get; set; }

Returns an integer representing the language used for word-break characters in the full text index.

public int? StatusCodeArtifactId { get; set; }

Represents the status of the workspace.

public int TemplateArtifactId { get; set; }

The workspace template artifact id.

public int? WorkspaceAdminGroupId { get; set; }

Indicates the Group assigned Admin permissions to Workspace.