-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.3.1
-
Component/s: API
-
None
The uri class provides getters like auth_mechanism(), database(), read_concern(), etc. to retrieve options set on the URI string. However, many are omitted. To name a few:
- appname
- retryWrites
- compressors
- connecttimeoutms
- sockettimeoutms
- authmechanismproperties
- heartbeatfrequencyms
- serverselectiontimeoutms
Fortunately, they're still accessible by accessing the document::view of all options with options(). But should we add getters for some of the omitted options?