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

ITransferRequest

public interface ITransferRequest
string Application { get; set; }

int BatchNumber { get; }

Guid? ClientRequestId { get; set; }

TransferContext Context { get; set; }

Guid? JobId { get; set; }

string Name { get; set; }

bool RemotePathsInUncFormat { get; set; }

bool SubmitApmMetrics { get; set; }

object Tag { get; set; }

string TargetPath { get; set; }

int TotalBatchCount { get; }

void AddPath(TransferPath path)

void Clear()

void ClearPaths()