<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.Batching.AutoBatchProgress

public class AutoBatchProgress
Contract that contains the available auto-batch information for a given batch set.
public enum ProgressStatus

A mirror of the Relativity.AutoBatchStatus enum for use in Batching Services.

public int? DocumentsToBeBatched { get; set; }

The documents remaining to be batched by the auto-batch process of the specifed batch set

public string LastReportedError { get; set; }

The last error reported for the auto-batch process of the specified batch set

public DateTime? LastSuccessfulRun { get; set; }

The last error reported for the auto-batch process of the specified batch set

public ProgressStatus? Status { get; set; }

Current status in the auto-batch process of the batch set