- Reference >
- Result Classes >
- MongoDB\MapReduceResult::getCounts()
MongoDB\MapReduceResult::getCounts()
On this page
Definition
-
MongoDB\MapReduceResult::getCounts
Returns count statistics for the map-reduce operation.
Return Values
An array of count statistics for the map-reduce operation.
Examples
This example reports the count statistics for a map-reduce operation.
The output would then resemble:
See Also
MongoDB\Collection::mapReduce()
- mapReduce command reference in the MongoDB manual