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

Relativity.DataExchange.Process.ProcessEventWriter

Represents an abstract object that writes output events to a file. This class cannot be inherited.
public string File { get; }

public bool HasEvents { get; }

public ProcessEventWriter(IFileSystem fileSystem)

Initializes a new instance of the ProcessEventWriter class.

public void Close()

public void Dispose()

public void Save(string targetFile)

public void Write(ProcessEventDto dto)