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

IBatchAggregator

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