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

IProcessingStatistics

public interface IProcessingStatistics : IStateful
using Relativity.DataExchange.Export.VolumeManagerV2.Batches; namespace Relativity.DataExchange.Export.VolumeManagerV2.Statistics { public interface IProcessingStatistics : IStateful { void UpdateStatisticsForFile(string filePath); } }