|| apoc.hashing - APOC 核心文档 - Neo4j 文档

apoc.hashing

限定名称 类型

apoc.hashing.fingerprint(object ANY, excludedPropertyKeys LIST<STRING>) - 计算 NODERELATIONSHIP 的 MD5 校验和(相同实体共享相同的校验和)。不适用于加密用例。

函数

apoc.hashing.fingerprinting(object ANY, config MAP<STRING, ANY>) - 计算 NODERELATIONSHIP 的 MD5 校验和(相同实体共享相同的校验和)。与 apoc.hashing.fingerprint() 不同,此函数支持多种配置参数。不适用于加密用例。

函数

apoc.hashing.fingerprintGraph(propertyExcludes LIST<STRING>) - 计算整个图的 MD5 校验和。此函数使用内存数据结构。不适用于加密用例。

函数

© . This site is unofficial and not affiliated with Neo4j, Inc.