Click or drag to resize

DeduplicationMethod Enumeration

Hashing method used to identify duplicate documents

Namespace:  EdaIntegrationContract.Filters
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public enum DeduplicationMethod
Members
  Member nameValueDescription
Md50 Use the MD5 hash value of the document to identify duplicates
Sha11 Use the SHA-1 hash value of the document to identify duplicates
Md5Custodian2 Use the MD5 hash value of the document + custodian Id to identify duplicates by custodian
Sha1Custodian3 Use the SHA-1 hash value of the document + custodian Id to identify duplicates by custodian
See Also