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

Relativity.Transfer.TransferPathRepository

namespace Relativity.Transfer { internal class TransferPathRepository : ITransferPathRepository { public long Count { get; } public TransferPathRepository(); public TransferPathRepository(ITransferPathKeyGenerator primaryKeyGenerator); public void Clear(); public void Delete(TransferPath path); public void Delete(JobTransferPath jobPath); public ICollection<TransferPath> SelectAll(); public TransferPath SelectByKey(string path); public void Upsert(TransferPath path); } }