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

Monitoring.MetricJobBatch

public class MetricJobBatch : MetricJobBase
namespace Monitoring { public class MetricJobBatch : MetricJobBase { public int BatchNumber { get; set; } public double MassImportDurationMilliseconds { get; set; } public int NumberOfRecords { get; set; } public int NumberOfRecordsWithErrors { get; set; } public MetricJobBatch(); } }