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

Monitoring.MetricJobProgress

namespace Monitoring { public class MetricJobProgress : MetricJobBase { public double FileThroughputBytesPerSecond { get; set; } public double MetadataThroughputBytesPerSecond { get; set; } public double SqlBulkLoadThroughputRecordsPerSecond { get; set; } public MetricJobProgress(); } }