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

IFileRepositoryServerManager

Exposes methods for working with file repository server objects.

Adds a file repository server to Relativity.

Task DeleteAsync(int serverID)

Deletes a file repository server.

Returns file repository server metadata for unsupported fields.

Task<bool> IsLastVisibleServerAsync(int serverID)

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

Performs a Query for eligible file access credentials.

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

Retrieves data for a file repository server.

Modifies properties of a file repository server.

Modifies properties of a file repository server.