apoc.hashing.fingerprint

Function

calculate a checksum (md5) over a node or a relationship. This deals gracefully with array properties. Two identical entities do share the same hash.

Signature

apoc.hashing.fingerprint(some object :: ANY?, propertyExcludes = [] :: LIST? OF STRING?) :: (STRING?)

Input parameters

Name Type Default

some object

ANY?

null

propertyExcludes

LIST? OF STRING?

[]