-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.0.4
-
Component/s: Private API
-
None
Adding options such as `tailable_cursor` or `await_data` to a Collection::View is not possible without resorting to `send`, because `configure_flag` and `flags` are both private. :no_cursor_timeout and :partial are exposed via helper methods, but other cursor options are not.
Either configure_flag (or similar) should be exposed, or helper methods should be added for each of the possible cursor options.
- depends on
-
RUBY-926 Support cursorType
- Closed