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

ISqlPrimaryServerManager

Exposes methods for working with primary sql server objects.
Task<bool> IsLastVisibleServerAsync(int serverID)

Returns boolean value representing whether given primary sql server is visible and whether it is the last visible among all sql servers. Visible server means that it can be chosen while creating a workspace.

Task<SqlPrimaryServerResponse> ReadAsync(int serverID, bool includeMetadata = false, bool includeActions = false)

Retrieves data for a primary sql server server.

Modifies properties of a primary sql server.

Modifies properties of a primary sql server.