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

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, 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)