Provided by: libmongoc-doc_2.2.1-1_all bug

SYNOPSIS

          void
          mongoc_auto_encryption_opts_set_bypass_query_analysis (
             mongoc_auto_encryption_opts_t *opts, bool bypass_query_analysis);

       Added in version 1.22.0.

PARAMETERS

opts: The mongoc_auto_encryption_opts_t <>

       • bypass_query_analysis: A boolean.

       bypass_query_analysis  disables automatic analysis of outgoing commands.  bypass_query_analysis is useful
       for  encrypting  indexed  fields  without  the  crypt_shared  library   or   mongocryptd   process.   Set
       bypass_query_analysis to true to use explicit encryption on indexed fields.

       See also:
          mongoc_client_enable_auto_encryption() <>

          In-Use Encryption <https://www.mongodb.com/docs/languages/c/c-driver/current/libmongoc/guides/in-use-encryption/>

Author

       MongoDB, Inc

Copyright

       2009-present, MongoDB, Inc.

2.2.1                                             Dec 11, 202MONGOC_AUTO_ENCRYPTION...T_BYPASS_QUERY_ANALYSIS(3)