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

Relativity.DataExchange.Export.VolumeManagerV2.Download.LongTextDownloader

namespace Relativity.DataExchange.Export.VolumeManagerV2.Download { public class LongTextDownloader : ILongTextDownloader, ILongTextFileDownloadSubscriber { public LongTextDownloader(SafeIncrement safeIncrement, ILongTextTapiBridgePool longTextTapiBridgePool, IDownloadProgressManager downloadProgressManager, ILog logger); public Task DownloadAsync(List<LongTextExportRequest> longTextExportRequests, CancellationToken cancellationToken); public void RegisterSubscriber(IFileDownloadSubscriber fileDownloadSubscriber); } }