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

Relativity.DataExchange.Process.ProcessEndEventArgs

public sealed class ProcessEndEventArgs : EventArgs
Represents the process end event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process { public sealed class ProcessEndEventArgs : EventArgs { public long NativeFileBytes { get; } public long MetadataBytes { get; } public double SqlProcessRate { get; } public ProcessEndEventArgs(long nativeFileBytes, long metadataBytes, double sqlProcessRate); } }