Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-917

Functionality to add cursor flags is hidden

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.0
    • Affects Version/s: 2.0.4
    • Component/s: Private API
    • Labels:
      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.

            Assignee:
            emily.stolfo Emily Stolfo
            Reporter:
            cheald Chris Heald
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: