ITransferPathKeyGenerator public interface ITransferPathKeyGenerator Documentation Code namespace Relativity.Transfer { public interface ITransferPathKeyGenerator { long GetKey(string path); long GetKey(TransferPath path); } }