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

IBatchAggregator

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