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

JobTransferPathRepository

public long Count { get; }

public JobTransferPathRepository(ITransferPathKeyGenerator primaryKeyGenerator, ITransferPathKeyGenerator alternateKeyGenerator)

public void Clear()

public void Delete(JobTransferPath path)

public void Delete(TransferPath path)

public bool Exists(JobTransferPath jobPath)

public JobTransferPath SelectByKey(string path)

public void Upsert(JobTransferPath path)