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

Relativity.DataExchange.Export.VolumeManagerV2.Batches.BatchExporter

public class BatchExporter : IBatchExporter
namespace Relativity.DataExchange.Export.VolumeManagerV2.Batches { public class BatchExporter : IBatchExporter { public BatchExporter(IDownloader downloader, IImagesRollupManager imagesRollupManager, IMessenger messenger, IImageLoadFile imageLoadFile, ILoadFile loadFile, IFileDownloadSubscriber fileDownloadSubscriber); public Task ExportAsync(ObjectExportInfo[] artifacts, CancellationToken cancellationToken); } }