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

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.

Performs a Query for eligible file access credentials and returns progress information.

Performs a Query for eligible file access credentials, provides a token used for canceling the operation, and returns progress information.

Retrieves data for a file repository server.

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

Retrieves data for a file repository server.

Modifies properties of a file repository server.

Modifies properties of a file repository server.