1MONGOC_AUTO_ENCRYPTION_OPTS_SET_EXTRlAi(b3mM)oOnNgGoOcC_AUTO_ENCRYPTION_OPTS_SET_EXTRA(3)
2
3
4

NAME

6       mongoc_auto_encryption_opts_set_extra       -       mongoc_auto_encryp‐
7       tion_opts_set_extra()
8

SYNOPSIS

10          void
11          mongoc_auto_encryption_opts_set_extra (mongoc_auto_encryption_opts_t *opts,
12                                                 const bson_t *extra);
13

PARAMETERS

15opts: The mongoc_auto_encryption_opts_t
16
17extra: A bson_t of additional options.
18
19       extra is a bson_t containing any of the following optional fields:
20
21mongocryptdURI set to a URI to connect  to  the  mongocryptd  process
22         (default is "mongodb://localhost:27027").
23
24mongocryptdBypassSpawn  set to true to prevent the driver from spawn‐
25         ing the mongocryptd process (default behavior is to spawn).
26
27mongocryptdSpawnPath set to a path (with trailing  slash)  to  search
28         for  mongocryptd  (defaults  to  empty string and uses default system
29         paths).
30
31mongocryptdSpawnArgs set to an array of string arguments to  pass  to
32         mongocryptd  when  spawning  (defaults  to  [ "--idleShutdownTimeout‐
33         Secs=60" ]).
34
35       For more information, see the Client-Side Encryption specification.
36
37       SEE ALSO:
38          mongoc_client_enable_auto_encryption()
39
40          The guide for Using Client-Side Field Level Encryption
41
42

AUTHOR

44       MongoDB, Inc
45
47       2017-present, MongoDB, Inc
48
49
50
51
521.21.1                           Mar 02M,ON2G0O2C2_AUTO_ENCRYPTION_OPTS_SET_EXTRA(3)
Impressum