<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Export.VolumeManagerV2.Download.PhysicalFilesDownloader

namespace Relativity.DataExchange.Export.VolumeManagerV2.Download { public class PhysicalFilesDownloader : IPhysicalFilesDownloader { public PhysicalFilesDownloader(IFileShareSettingsService settingsService, IFileTapiBridgePool fileTapiBridgePool, IDownloadProgressManager downloadProgressManager, SafeIncrement safeIncrement, ILog logger); public Task DownloadFilesAsync(List<ExportRequest> requests, CancellationToken token); } }