<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

SqlPrimaryServerRequest

Represents a request for updating a primary sql server.
public string BcpPath { get; set; }

Gets or sets the BCP of the primary sql server.

public string FriendlyName { get; set; }

Gets or sets the friendly name of the primary sql server.

public bool IsVisible { get; set; }

Gets or sets a value indicating whether this primary sql server should be available for selection while creating a workspace.

public string Keywords { get; set; }

Gets or sets any keywords associated with the resource server.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource server.

public ObjectIdentifier Status { get; set; }

Gets or sets the status of the primary sql server.

public int WorkspaceUpgradeLimit { get; set; }

Gets or sets the workspace upgrade limit.

Initializes a new instance of the SqlPrimaryServerRequest class with all properties set to their default values.

Initializes a new instance of the SqlPrimaryServerRequest class with property values copied from a response object, which is useful for chaining commands.

Allows a response object to be implicitly converted to a request object.