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

ICopyParameters

public interface ICopyParameters
Parameters for a copy mass operation.
int? BatchSize { get; set; }

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

The object type being copied.

The parent artifact.

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