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

Monitoring.BatchInformation

public class BatchInformation
Contains information about single batch.
namespace Monitoring { public class BatchInformation { public int OrdinalNumber { get; set; } public int NumberOfRecords { get; set; } public int NumberOfRecordsWithErrors { get; set; } public TimeSpan MassImportDuration { get; set; } public BatchInformation(); } }