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

ICacheLocationServerManager

Represents a cache location server. It exposes methods for working with cache location server objects.

Adds a cache location server to Relativity.

Task DeleteAsync(int serverID)

Deletes a cache location server.

Returns a list of unsupported and read-only properties for a new cache location server.

Task<bool> IsLastVisibleServerAsync(int serverID)

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

Performs a Query for eligible file access credentials.

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

Retrieves data for a cache location server.

Modifies properties of a cache location server.

Modifies properties of a cache location server.