MetricJobBatch public class MetricJobBatch : MetricJobBase Documentation public int BatchNumber { get; set; } Gets or sets ordinal number of batch. public double MassImportDurationMilliseconds { get; set; } Gets or sets time of mass import in milliseconds. public int NumberOfRecords { get; set; } Gets or sets number of records in batch. public int NumberOfRecordsWithErrors { get; set; } Gets or sets number of records with errors in batch. public MetricJobBatch()