Relativity.Import.V1.Models.ImportProgress
Class for retrieving information about the progress of importing data source or sources for specific job.
Gets or sets a list of ProgressElements containing progress for subsequent stages of import.
Gets or sets the number of errored records.
Gets or sets the number of records imported with success.
Gets or sets the total records read from data source(s).
public ImportProgress(int totalRecords, int importedRecords, int erroredRecords, List<ProgressElement> detailedProgress = null)
Initializes a new instance of the ImportProgress class.