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

NullIoReporter

sealed class NullIoReporter : IIoReporter
Represents a null design pattern for occasions where a valid IIoReporter is referenced but whose functionality isn't actually used or required. This class cannot be inherited.
public NullIoReporter(IFileSystem fileSystem)

Initializes a new instance of the NullIoReporter class.

public void CopyFile(string sourceFileName, string destFileName, bool overwrite, int lineNumber)

public bool GetFileExists(string fileName, int lineNumber)

public long GetFileLength(string fileName, int lineNumber)

public void PublishRetryMessage(Exception exception, TimeSpan timeSpan, int retryCount, int totalRetryCount, long lineNumber)