Skip to main content
Version: v0.18.0

ItemSetDeduplication

The means of deduplicating items by key and prioritizing originals in a tie-break.

NameSummary
DefaultMD5RankedCustodian if a custodian ranking is given, MD5 otherwise
MD5MD5 results in items with the same MD5 hash being identical. Tie breaking is by highest path order.
MD5PerCustodianMD5 Per Custodian results in items with the same MD5 hash and custodian being identical. Tie breaking is by highest path order.
MD5RankedCustodianMD5 Ranked Custodian results in items with MD5 hash being identical. Tie breaking is by the item with the highest ranked custodian or highest path order if custodian ranking is equal.
ScriptedScripted results in items being deduplicated based on an expression defined by the script and passed to ItemSet.addItems. It is an error to add items to this Item Set without supplying the expression.
NoneNone results in all items being added to the set without deduplication.