Relativity.Transfer.FileShareResourceServer
namespace Relativity.Transfer
{
public sealed class FileShareResourceServer
{
public int { get; }
public AsperaCredential { get; }
public bool { get; }
public string { get; }
public ResourcePool { get; }
public ResourceServerType { get; }
public string { get; }
public FileShareResourceServer();
public FileShareResourceServer(int artifactId, AsperaCredential credential, string name, ResourceServerType serverType, string uncPath, bool cloudInstance);
public FileShareResourceServer(int artifactId, AsperaCredential credential, string name, ResourceServerType serverType, string uncPath, bool cloudInstance, ResourcePool pool);
}
}