<PackageReference Include="Relativity.Server.API.SDK" Version="5000.0.3" />

IMergeParameters

public interface IMergeParameters
Parameters for the Merge operation
int? BatchSize { get; }

Optional custom batch size for a Merge mass operation. If null, the process defaults to MERGE_BATCH_SIZE.

Optional custom setting: any artifacts that are deleted as a part of the merge process will be snapshot audited when this returns true. If null, the process defaults to ENABLE_SNAPSHOT_AUDITING.

int? MassEditBatchSize { get; }

Optional custom batch size for the mass edits kicked off by the Merge mass operation. If null, the process defaults to MERGE_MASS_EDIT_BATCH_SIZE.

Object type of the objects to be moved. Only RDOs are currently supported.

ArtifactRef containing the ArtifactID and/or Guids of the destination Relativity Object.

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