Relativity.Transfer.SqlResourceServer
namespace Relativity.Transfer
{
public sealed class SqlResourceServer
{
public int ArtifactId { get; }
public AsperaCredential AsperaCredential { get; }
public string BcpPath { get; }
public bool CloudInstance { get; }
public string Name { get; }
public ResourceServerType ResourceServerType { get; }
public string Version { get; }
public SqlResourceServer();
public SqlResourceServer(int artifactId, AsperaCredential credential, string name, ResourceServerType serverType, string bcpPath, bool cloudInstance);
}
}