File tree 1 file changed +1
-20
lines changed 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 25
25
.. tab:: Gradle
26
26
:tabid: gradle-dependency
27
27
28
- .. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst
29
-
30
- Connection Settings
31
- -------------------
32
-
33
- You can apply encryption settings when creating a ``MongoClient`` instance by
34
- passing an `AutoEncryptionSettings
35
- <{+core-api+}/AutoEncryptionSettings.html>`__
36
- object to the `autoEncryptionSettings()
37
- <{+core-api+}/MongoClientSettings.Builder.html#autoEncryptionSettings(com.mongodb.AutoEncryptionSettings)>`__
38
- method.
39
-
40
- .. TODO: Add example
41
-
42
- .. note::
43
-
44
- If you omit ``keyVaultClient`` or set ``bypassAutomaticEncryption`` to false
45
- in your ``AutoEncryptionSettings``, the driver creates a separate, internal
46
- ``MongoClient``. The internal ``MongoClient`` configuration differs from the
47
- parent ``MongoClient`` by setting the ``minPoolSize`` to 0 and omitting the ``AutoEncryptionSettings``.
28
+ .. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst
You can’t perform that action at this time.
0 commit comments