190        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  226        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  262        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  294        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  403        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  410    void* convert() const;
 
  413    bool _bypass_query_analysis;
 
  417    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _kms_providers;
 
  418    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _tls_opts;
 
  419    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _schema_map;
 
  420    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>
 
  421        _encrypted_fields_map;
 
  422    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _extra_options;
 
 
  429#include <mongocxx/config/postlude.hpp> 
Declares mongocxx::v_noabi::options::auto_encryption.
 
Class representing options for automatic client-side encryption.
Definition auto_encryption.hpp:35
 
const bsoncxx::v_noabi::stdx::optional< ns_pair > & key_vault_namespace() const
Gets the key vault namespace.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & extra_options() const
Gets extra options related to the mongocryptd process.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & tls_opts() const
Gets the TLS options.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & schema_map() const
Gets the schema map.
 
bool bypass_query_analysis() const
Gets a boolean specifying whether or not query analysis is bypassed.
 
bool bypass_auto_encryption() const
Gets a boolean specifying whether or not auto encryption is bypassed.
 
std::pair< std::string, std::string > ns_pair
Represents the name of a database and a collection.
Definition auto_encryption.hpp:105
 
const bsoncxx::v_noabi::stdx::optional< mongocxx::v_noabi::pool * > & key_vault_pool() const
Gets the key vault pool.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & kms_providers() const
Gets the KMS providers.
 
const bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > & encrypted_fields_map() const
Get encrypted fields map.
 
const bsoncxx::v_noabi::stdx::optional< mongocxx::v_noabi::client * > & key_vault_client() const
Gets the key vault client.
 
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:204
 
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.