apoc.mongo.find

过程 Apoc 扩展

apoc.mongo.find(uri, query, $config) yield value - 在 mongodb 集合上执行查找操作

签名

apoc.mongo.find(uri :: STRING?, query = null :: ANY?, config = {} :: MAP?) :: (value :: MAP?)

输入参数

名称 类型 默认

uri

STRING?

null

query

ANY?

null

config

MAP?

{}

输出参数

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