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

IBatchValidator

public interface IBatchValidator
using kCura.WinEDDS.Exporters; using System.Threading; namespace Relativity.DataExchange.Export.VolumeManagerV2.Batches { public interface IBatchValidator { void ValidateExportedBatch(ObjectExportInfo[] artifacts, CancellationToken cancellationToken); } }