-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Operations Layer
-
None
-
Empty show more show less
-
Not Needed
Currently the AggregationOperation is deeply tied into the design of CommandOperation and requires a parent is passed in to its constructor. With the recent addition of resolveOptions we should no longer need the parent for inherited property resolution, and should be able to only pass in a MongoDBNamespace instance. This should also remove the requirement to store a parent in the AggregationCursor