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

Relativity.Services.Interfaces.ResourceServer.ICacheLocationServerManager

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.

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 cache location server.

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

Retrieves data for a cache location server.

Modifies properties of a cache location server.

Modifies properties of a cache location server.