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

Relativity.DataExchange.Process.RecordCountEventArgs

public sealed class RecordCountEventArgs : EventArgs
Represents the record count event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process { public sealed class RecordCountEventArgs : EventArgs { public int Count { get; } public RecordCountEventArgs(int count); } }