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

Relativity.Services.ResourceServer.SQLServer

public class SQLServer : ResourceServerRef
public string BCPPath { get; set; }

UNC share path to store files during bulk copy operations

public ChoiceRef Status { get; set; }

Status of the resource server

public UserRef SystemCreatedBy { get; set; }

User that created the resource server

public DateTime SystemCreatedOn { get; set; }

DateTime the resource server was created on

public UserRef SystemLastModifiedBy { get; set; }

Last person to modify this resource server

public DateTime SystemLastModifiedOn { get; set; }

DateTime the resource server that was modified on

public string Version { get; set; }

Version of this server

public int WorkspaceUpgradeLimit { get; set; }

Limit of the amount of workspaces that can be upgraded at a time

public SQLServer()