Package com.mongodb
Class AggregationOutput
java.lang.Object
com.mongodb.AggregationOutput
Deprecated.
Container for the result of aggregation operation.
- See Also:
-
Method Summary
-
Method Details
-
results
Deprecated.Returns the results of the aggregation.- Returns:
- iterable collection of
DBObject
-
DBCollection
that return instances ofCursor
.