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

SqlDistributedServerRequest

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

Gets or sets BCP of the distributed sql server.

public string FriendlyName { get; set; }

Gets or sets friendly name of the distributed sql server.

public bool IsVisible { get; set; }

Gets or sets a boolean value representing whether this distributed 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 distributed sql server.

public int WorkspaceUpgradeLimit { get; set; }

Gets or sets workspace upgrade limit.

Initializes an instance of a distributed sql server with all properties set to their default values

Initializes an instance of a distributed sql server with a response object, which is useful for chaining commands.

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