<PackageReference Include="Relativity.Transfer.Client" Version="6.2.1" />

FileShareResourceServer

public sealed class FileShareResourceServer
public int ArtifactId { get; }

public bool CloudInstance { get; }

public string Name { get; }

public ResourcePool ResourcePool { get; }

public string UncPath { get; }

public FileShareResourceServer(int artifactId, AsperaCredentials credentials, string name, ResourceServerType serverType, string uncPath, bool cloudInstance)

public FileShareResourceServer(int artifactId, AsperaCredentials credentials, string name, ResourceServerType serverType, string uncPath, bool cloudInstance, ResourcePool pool)