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
1212
1313 Specify a Query </crud/query-documents/specify-query>
1414 Find Documents </crud/query-documents/find>
15+ Specify Which Fields to Return </crud/query-documents/project>
1516 Limit Returned Results </crud/query-documents/limit>
1617 Sort Results </crud/query-documents/sort>
1718 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.
137137 :header-rows: 1
138138
139139 * - Method
140- - Description
140+ - Description
141141
142142 * - ``applyConnectionString()``
143- - Uses the settings from a ``ConnectionString`` object.
143+ - Uses the settings from a ``ConnectionString`` object.
144144
145145 * - ``applySettings()``
146- - Uses the TLS/SSL settings specified in a ``SslSettings`` object.
146+ - Uses the TLS/SSL settings specified in a ``SslSettings`` object.
147147
148148 * - ``context()``
149- - Sets the ``SSLContext`` for use when you enable TLS/SSL.
149+ - Sets the ``SSLContext`` for use when you enable TLS/SSL.
150150
151151 * - ``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.)
153153
154154 * - ``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.
157156
158157.. _tls_configure-certificates:
159158
You can’t perform that action at this time.
0 commit comments