File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Query Documents
12
12
13
13
Specify a Query </crud/query-documents/specify-query>
14
14
Find Documents </crud/query-documents/find>
15
+ Specify Which Fields to Return </crud/query-documents/project>
15
16
Limit Returned Results </crud/query-documents/limit>
16
17
Sort Results </crud/query-documents/sort>
17
18
Skip Returned Results </crud/query-documents/skip>
Original file line number Diff line number Diff line change @@ -137,23 +137,22 @@ using a method in the ``MongoClientSettings.Builder`` class.
137
137
:header-rows: 1
138
138
139
139
* - Method
140
- - Description
140
+ - Description
141
141
142
142
* - ``applyConnectionString()``
143
- - Uses the settings from a ``ConnectionString`` object.
143
+ - Uses the settings from a ``ConnectionString`` object.
144
144
145
145
* - ``applySettings()``
146
- - Uses the TLS/SSL settings specified in a ``SslSettings`` object.
146
+ - Uses the TLS/SSL settings specified in a ``SslSettings`` object.
147
147
148
148
* - ``context()``
149
- - Sets the ``SSLContext`` for use when you enable TLS/SSL.
149
+ - Sets the ``SSLContext`` for use when you enable TLS/SSL.
150
150
151
151
* - ``enabled()``
152
- - Whether to enable TLS/SSL. (You must enable this for Atlas clusters.)
152
+ - Whether to enable TLS/SSL. (You must enable this for Atlas clusters.)
153
153
154
154
* - ``invalidHostNameAllowed()``
155
- - Whether to allow a mismatch between the server’s hostname and the
156
- hostname specified by the TLS certificate.
155
+ - Whether to allow a mismatch between the server's hostname and the hostname specified by the TLS certificate.
157
156
158
157
.. _tls_configure-certificates:
159
158
You can’t perform that action at this time.
0 commit comments