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

Relativity.DataExchange.Export.VolumeManagerV2.Batch

public class Batch : IBatch
namespace Relativity.DataExchange.Export.VolumeManagerV2 { public class Batch : IBatch { public Batch(IBatchExporter batchExporter, IBatchInitialization batchInitialization, IBatchCleanUp batchCleanUp, IBatchValidator batchValidator, IBatchState batchState, IMessenger messenger, ILog logger); public Task ExportAsync(ObjectExportInfo[] artifacts, VolumePredictions[] volumePredictions, CancellationToken cancellationToken); } }