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
1515 :values: reference
1616
1717.. meta::
18- :keywords: code example, read preference, write
18+ :keywords: code example, connection string, connection options
1919
2020Overview
2121--------
@@ -45,7 +45,7 @@ available options.
4545 :stub-columns: 1
4646 :widths: 40 60
4747
48- * - Method
48+ * - Parameter
4949 - Description
5050
5151 * - ``serverSelectionTimeoutMS``
@@ -86,15 +86,15 @@ available options.
8686 .. tab:: ClientOptions
8787 :tabid: options
8888
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:
9191
9292 .. list-table::
9393 :header-rows: 1
9494 :stub-columns: 1
9595 :widths: 40 60
9696
97- * - Field
97+ * - Method
9898 - Description
9999
100100 * - ``SetServerSelectionTimeout()``
You can’t perform that action at this time.
0 commit comments