105 using
ns_pair = std::pair<std::
string, std::
string>;
405 void* convert() const;
408 bool _bypass_query_analysis;
423#include <mongocxx/config/postlude.hpp>
Declares mongocxx::v_noabi::options::auto_encryption.
auto_encryption() noexcept
Default constructs a new auto_encryption object.
auto_encryption & encrypted_fields_map(bsoncxx::v_noabi::document::view_or_value encrypted_fields_map)
Sets the local encrypted fields map.
auto_encryption & schema_map(bsoncxx::v_noabi::document::view_or_value schema_map)
Sets a local JSON schema.
auto_encryption & key_vault_client(mongocxx::v_noabi::client *client)
When the key vault collection is on a separate MongoDB cluster, sets the optional client to use to ro...
auto_encryption() noexcept
Default constructs a new auto_encryption object.
auto_encryption & kms_providers(bsoncxx::v_noabi::document::view_or_value kms_providers)
Sets the KMS providers to use for client side encryption.
std::pair< std::string, std::string > ns_pair
Represents the name of a database and a collection.
Definition auto_encryption.hpp:105
auto_encryption & bypass_query_analysis(bool should_bypass)
Query analysis is disabled when the 'bypassQueryAnalysis' option is true. Default is 'false' (i....
auto_encryption & bypass_auto_encryption(bool should_bypass)
Automatic encryption is disabled when the 'bypassAutoEncryption' option is true. Default is 'false,...
auto_encryption & key_vault_namespace(ns_pair ns)
Sets the namespace to use to access the key vault collection, which contains all data keys used for e...
auto_encryption & tls_opts(bsoncxx::v_noabi::document::view_or_value tls_opts)
Sets the TLS options to use for client side encryption with a given KMS provider.
auto_encryption & key_vault_pool(mongocxx::v_noabi::pool *pool)
When the key vault collection is on a separate MongoDB cluster, sets the optional client pool to use ...
auto_encryption & extra_options(bsoncxx::v_noabi::document::view_or_value extra)
Set extra options related to the mongocryptd process. This options document may include the following...
Used by clients.
Definition client.hpp:37
Used by mongocxx::v_noabi::pool.
Definition pool.hpp:30
Declares mongocxx::v_noabi::client.
Provides bsoncxx::v_noabi::document::view_or_value.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
Declares entities representing options to use with various commands.
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::pool.
Provides std::optional-related polyfills for library API usage.