406 void* convert() const;
409 bool _bypass_query_analysis;
411 stdx::optional<
mongocxx::v_noabi::
pool*> _key_vault_pool;
412 stdx::optional<
ns_pair> _key_vault_namespace;
413 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _kms_providers;
414 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _tls_opts;
415 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _schema_map;
416 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _encrypted_fields_map;
417 stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _extra_options;
425#if defined(MONGOCXX_TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE)
Declares mongocxx::v_noabi::options::auto_encryption.
Class representing options for automatic client-side encryption.
Definition auto_encryption.hpp:37
const stdx::optional< bsoncxx::v_noabi::document::view_or_value > & tls_opts() const
Gets the TLS options.
const stdx::optional< bsoncxx::v_noabi::document::view_or_value > & schema_map() const
Gets the schema map.
const stdx::optional< ns_pair > & key_vault_namespace() const
Gets the key vault namespace.
bool bypass_query_analysis() const
Gets a boolean specifying whether or not query analysis is bypassed.
const stdx::optional< bsoncxx::v_noabi::document::view_or_value > & encrypted_fields_map() const
Get encrypted fields map.
const stdx::optional< mongocxx::v_noabi::pool * > & key_vault_pool() const
Gets the key vault pool.
bool bypass_auto_encryption() const
Gets a boolean specifying whether or not auto encryption is bypassed.
const stdx::optional< mongocxx::v_noabi::client * > & key_vault_client() const
Gets the key vault client.
std::pair< std::string, std::string > ns_pair
Represents the name of a database and a collection.
Definition auto_encryption.hpp:107
const stdx::optional< bsoncxx::v_noabi::document::view_or_value > & extra_options() const
Gets extra options related to the mongocryptd process.
const stdx::optional< bsoncxx::v_noabi::document::view_or_value > & kms_providers() const
Gets the KMS providers.
Class representing the optional arguments to a MongoDB driver client object.
Definition client.hpp:39
Class representing the optional arguments to a MongoDB driver pool object. Pool options logically ext...
Definition pool.hpp:31
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 fwd.hpp:222
The mongocxx macro guard postlude header.
The mongocxx macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
The top-level namespace within which all mongocxx library entities are declared.
The top-level namespace reserved for the C++ standard library.
Provides std::optional-related polyfills for library API usage.
Declares mongocxx::v_noabi::pool.
Redeclares bsoncxx::v_noabi::stdx in mongocxx::v_noabi::stdx for internal use.