Show / Hide Table of Contents

Class ResourceServer

A representation of a Relativity Server used for data transfer.

Inheritance
System.Object
Artifact
NamedArtifact
ResourceServer
AgentServer
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 ResourceServer : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

Status

Gets the status.

Declaration
public Choice Status { get; }
Property Value
Type Description
Choice
| Improve this Doc View Source

Type

Gets or sets the type.

Declaration
public ResourceServerType Type { get; set; }
Property Value
Type Description
ResourceServerType

Implements

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