<PackageReference Include="Relativity.API" Version="17.0.4" />

IEditParameters

public interface IEditParameters
Parameters for the Edit Mass Operation.
int? BatchSize { get; set; }

Optional custom batch size for a delete mass operation. If null, will use the instance setting MassEditBatchAmount in kCura.EDDS.Web.

Fields to be set, along with the new value to be edited. Each object passed should include all these fields

Object type of the objects to be edited.

Optional identifier for tracking the mass operation process state. If null, an identifier will be randomly generated when the mass operation executes.