Count total number of documents in MongoDB collection
returns the total number of documents in a collection by using the MongoDB® connection.n
= count(conn
,collection
)
returns the total number of documents in an executed MongoDB query on a collection.n
= count(conn
,collection
,'Query',mongoquery
)