Relativity.DataExchange.Export.VolumeManagerV2.Download.LongTextObjectManagerDownloader
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download
{
internal class LongTextObjectManagerDownloader : ILongTextDownloader, IDisposable
{
public LongTextObjectManagerDownloader(IMetadataProcessingStatistics metadataProcessingStatistics, ExportFile exportSettings, SafeIncrement safeIncrement, ILongTextRepository longTextRepository, IDownloadProgressManager downloadProgressManager, IStatus status, ILog logger, IAppSettings appSettings, ILongTextStreamService longTextStreamService);
public void Dispose();
public Task DownloadAsync(List<LongTextExportRequest> longTextExportRequests, CancellationToken cancellationToken);
}
}