apoc.mongo.count

过程 Apoc 扩展

apoc.mongo.count(uri, query, $config) yield value - 在 mongodb 集合上执行计数操作

签名

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

输入参数

名称 类型 默认

uri

STRING?

null

query

ANY?

null

config

MAP?

{}

输出参数

名称 类型

整数?

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