DeduplicationMethod Enumeration

Relativity Processing Services
Specifies the method used to handle duplicate documents in processing sets.

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum DeduplicationMethod
Members

  Member nameValueDescription
None0 Don't remove duplicate processed documents from processing sets.
Global1 Compare processed documents to those in all processing sets in the workspace for deduplication.
Custodial2 Compare processed documents only to other documents owned by the same custodian for deduplication.
See Also

Reference