Show / Hide Table of Contents

Class ResourcePool

A representation of a Relativity Resource Pool used for data transfer.

Inheritance
System.Object
Artifact
NamedArtifact
ResourcePool
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 Source

AgentAndWorkerServers

Gets or sets the agent and worker servers.

Declaration
public List<NamedArtifact> AgentAndWorkerServers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

AnalyticsServers

Gets or sets the analytics servers.

Declaration
public List<NamedArtifact> AnalyticsServers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

CacheLocationServers

Gets or sets the cache location servers.

Declaration
public List<NamedArtifact> CacheLocationServers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

Client

Gets or sets the client.

Declaration
[FieldName("Client Name")]
public NamedArtifact Client { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

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>
| Improve this Doc View Source

FileRepositories

Gets or sets the file repositories.

Declaration
public List<NamedArtifact> FileRepositories { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

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
| Improve this Doc View Source

Keywords

Gets or sets any keywords associated with the resource pool.

Declaration
public string Keywords { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

ProcessingSourceLocations

Gets or sets the processing source locations.

Declaration
public List<Choice> ProcessingSourceLocations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Choice>
| Improve this Doc View Source

SqlServers

Gets or sets the SQL servers.

Declaration
public List<NamedArtifact> SqlServers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>
| Improve this Doc View Source

WorkspaceManagerServers

Gets or sets the workspace manager servers.

Declaration
public List<NamedArtifact> WorkspaceManagerServers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NamedArtifact>

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX