MongoCollection.countDocuments

Returns the count of documents that match the query for a collection or view.

The method wraps the $group aggregation stage with a $sum expression to perform the count.

Throws Exception if a DB communication error occurred.

struct MongoCollection
ulong
countDocuments
(
T
)
(,
CountOptions options = CountOptions.init
)

See Also

Meta