Class ResourcePool
A representation of a Relativity Resource Pool used for data transfer.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ResourcePool : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceAgentAndWorkerServers
Gets or sets the agent and worker servers.
Declaration
public List<NamedArtifact> AgentAndWorkerServers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
AnalyticsServers
Gets or sets the analytics servers.
Declaration
public List<NamedArtifact> AnalyticsServers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
CacheLocationServers
Gets or sets the cache location servers.
Declaration
public List<NamedArtifact> CacheLocationServers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
Client
Gets or sets the client.
Declaration
[FieldName("Client Name")]
public NamedArtifact Client { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
DtSearchIndexShareLocations
Gets or sets the DT search index share locations.
Declaration
public List<NamedArtifact> DtSearchIndexShareLocations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
FileRepositories
Gets or sets the file repositories.
Declaration
public List<NamedArtifact> FileRepositories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
IsVisible
Gets or sets a value indicating whether resource pool should be available for selection in workspace creation workflow.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Keywords
Gets or sets any keywords associated with the resource pool.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notes
Gets or sets an optional description or other information about the resource pool.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessingSourceLocations
Gets or sets the processing source locations.
Declaration
public List<Choice> ProcessingSourceLocations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Choice> |
SqlServers
Gets or sets the SQL servers.
Declaration
public List<NamedArtifact> SqlServers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |
WorkspaceManagerServers
Gets or sets the workspace manager servers.
Declaration
public List<NamedArtifact> WorkspaceManagerServers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NamedArtifact> |