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

typedef struct _mongoc_client_encryption_t mongoc_client_encryption_t;

Author

       MongoDB, Inc

Lifecycle

       The key vault client, configured via  mongoc_client_encryption_opts_set_keyvault_client(),  must  outlive
       the mongoc_client_encryption_t.

       SEEALSO:mongoc_client_enable_auto_encryption()mongoc_client_pool_enable_auto_encryption()In-UseEncryption for libmongoc

          The MongoDB Manual for Client-SideFieldLevelEncryption

          The MongoDB Manual for QueryableEncryption

Synopsis

          typedef struct _mongoc_client_encryption_t mongoc_client_encryption_t;

       mongoc_client_encryption_t provides utility functions for In-UseEncryption.

Thread Safety

mongoc_client_encryption_t  is  NOT  thread-safe  and  should  only  be  used  in  the same thread as the
       mongoc_client_t that is configured via mongoc_client_encryption_opts_set_keyvault_client().

See Also