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

LoadFilePreProcessor

public class EventArgs

public enum EventType

public class HaltListener

public sealed delegate OnEventEventHandler : MulticastDelegate

public LoadFilePreProcessor(LoadFile args, bool trackErrorsAsFieldValues, Func<string> correlationIdFunc)

public void CountLines()

protected void ProcessCancel(long newlines, long bytes, long total, long step)

protected void ProcessComplete(long newlines, long bytes, long total, long step)

protected void ProcessProgress(long newlines, long bytes, long total, long step)

protected void ProcessStart(long newlines, long bytes, long total, long step)

protected void RaiseOnEvent(EventType type, long newlines, long bytes, long total, long step)

public object ReadFileSimple(string path)

public void StopCounting()