File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
source/connect/connection-options Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Customize Cluster Settings
15
15
:values: reference
16
16
17
17
.. meta::
18
- :keywords: code example, read preference, write
18
+ :keywords: code example, connection string, connection options
19
19
20
20
Overview
21
21
--------
@@ -45,7 +45,7 @@ available options.
45
45
:stub-columns: 1
46
46
:widths: 40 60
47
47
48
- * - Method
48
+ * - Parameter
49
49
- Description
50
50
51
51
* - ``serverSelectionTimeoutMS``
@@ -86,15 +86,15 @@ available options.
86
86
.. tab:: ClientOptions
87
87
:tabid: options
88
88
89
- The following table describes several methods you can chain to your settings to
90
- modify the driver's behavior:
89
+ The following table describes several methods you can chain to your
90
+ ``ClientOptions`` struct to modify the driver's behavior:
91
91
92
92
.. list-table::
93
93
:header-rows: 1
94
94
:stub-columns: 1
95
95
:widths: 40 60
96
96
97
- * - Field
97
+ * - Method
98
98
- Description
99
99
100
100
* - ``SetServerSelectionTimeout()``
You can’t perform that action at this time.
0 commit comments