apoc.mongo.delete

过程 Apoc 扩展

apoc.mongo.delete(uri, query, $config) - 从 mongodb 集合中删除给定文档并返回受影响文档的数量

签名

apoc.mongo.delete(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.