apoc.mongo.count
Procedure Apoc Extended
apoc.mongo.count(uri, query, $config) yield value - perform a count operation on mongodb collection
Signature
apoc.mongo.count(uri :: STRING?, query :: ANY?, config = {} :: MAP?) :: (value :: INTEGER?)
Was this page helpful?