<PackageReference Include="Relativity.Api" Version="10.1.147.11" />

IMassOperationBuilderWithoutParameters<TMassOperation, TIDs>

public interface IMassOperationBuilderWithoutParameters<TMassOperation, TIDs> : IMassOperationBuilder, IContextualInformation where TMassOperation : IMassOperation
A factory for making Mass Operations of TMassOperation that batched using TIDs.
TMassOperation CreateMassOperation(long processTableId)

Creates a Mass Operation using a precreated process table from it's ID

TMassOperation CreateMassOperation(IEnumerable<TIDs> ids)

Creates a Mass Operation using an enumerable of TIDs