<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

ResourcePool

public class ResourcePool : NamedArtifact
A representation of a Relativity Resource Pool used for data transfer.

Gets or sets the agent and worker servers.

public List<NamedArtifact> AnalyticsServers { get; set; }

Gets or sets the analytics servers.

public List<NamedArtifact> CacheLocationServers { get; set; }

Gets or sets the cache location servers.

public NamedArtifact Client { get; set; }

Gets or sets the client.

Gets or sets the DT search index share locations.

public List<NamedArtifact> FileRepositories { get; set; }

Gets or sets the file repositories.

public bool IsVisible { get; set; }

Gets or sets a value indicating whether resource pool should be available for selection in workspace creation workflow.

public string Keywords { get; set; }

Gets or sets any keywords associated with the resource pool.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource pool.

public List<Choice> ProcessingSourceLocations { get; set; }

Gets or sets the processing source locations.

public List<NamedArtifact> SqlServers { get; set; }

Gets or sets the SQL servers.

Gets or sets the workspace manager servers.

public ResourcePool()