<PackageReference Include="Relativity.Server.Transfer.SDK" Version="7.7.0" />

Relativity.Transfer.FileShareResourceServer

public sealed class FileShareResourceServer
namespace Relativity.Transfer { public sealed class FileShareResourceServer { public int ArtifactId { get; } public AsperaCredential AsperaCredential { get; } public bool CloudInstance { get; } public string Name { get; } public ResourcePool ResourcePool { get; } public ResourceServerType ResourceServerType { get; } public string UncPath { 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); } }