151        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  187        const 
bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value>&)
 
  193    void* convert() const;
 
  197    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _kms_providers;
 
  198    bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _tls_opts;
 
 
  205#include <mongocxx/config/postlude.hpp> 
Class representing options for the object managing explicit client-side encryption.
Definition client_encryption.hpp:35
 
const bsoncxx::v_noabi::stdx::optional< mongocxx::v_noabi::client * > & key_vault_client() const
Gets the key vault client.
 
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< ns_pair > & key_vault_namespace() const
Gets the key vault namespace.
 
std::pair< std::string, std::string > ns_pair
Represents the name of a database and a collection.
Definition client_encryption.hpp:66
 
const bsoncxx::v_noabi::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
 
Declares mongocxx::v_noabi::client.
 
Declares mongocxx::v_noabi::client_encryption.
 
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::options::client_encryption.