logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Parameters

opts: The mongoc_auto_encryption_opts_tbypass_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.

       SEEALSO:mongoc_client_enable_auto_encryption()In-UseEncryption

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.

See Also