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

StatusEventArgs

public class StatusEventArgs
public object AdditionalInfo { get; }

public bool CountsTowardsTotal { get; }

public long CurrentRecordIndex { get; }

public EventType2 EventType { get; }

public string Message { get; }

public Statistics Statistics { get; }

public long TotalRecords { get; }

public StatusEventArgs(EventType2 et, long recordNumber, long totalRecords, string message, bool countsTowardsTotal, object additionalInfo, Statistics statistics)

public StatusEventArgs(EventType2 et, long recordNumber, long totalRecords, string message, object additionalInfo, Statistics statistics)