<PackageReference Include="Relativity.Server.Transfer.SDK" Version="25000.0.6" />

Relativity.Transfer.Enumeration.Interfaces.IBatchAggregator

public interface IBatchAggregator
namespace Relativity.Transfer.Enumeration.Interfaces { public interface IBatchAggregator { void CreateBatch(); void AddToBatch(INode node); } }