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

ICascadeDeleteParameters

public interface ICascadeDeleteParameters
Parameters for the mass delete(cascade) operation.
int? BatchSize { get; }

Optional custom batch size for a delete operation.

Object type of the objects to be deleted.

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