MongoDB C++ Driver
mongocxx-3.6.0
|
17 #include <bsoncxx/document/view_or_value.hpp>
18 #include <bsoncxx/stdx/optional.hpp>
19 #include <mongocxx/stdx.hpp>
21 #include <mongocxx/config/prelude.hpp>
24 MONGOCXX_INLINE_NAMESPACE_BEGIN
27 class client_encryption;
57 const stdx::optional<client*>& key_vault_client()
const;
75 using ns_pair = std::pair<std::string, std::string>;
85 const stdx::optional<ns_pair>& key_vault_namespace()
const;
119 const stdx::optional<bsoncxx::document::view_or_value>& kms_providers()
const;
124 MONGOCXX_PRIVATE
void* convert()
const;
126 stdx::optional<mongocxx::client*> _key_vault_client;
127 stdx::optional<ns_pair> _key_vault_namespace;
128 stdx::optional<bsoncxx::document::view_or_value> _kms_providers;
132 MONGOCXX_INLINE_NAMESPACE_END
135 #include <mongocxx/config/postlude.hpp>
Class representing the optional arguments to a MongoDB driver client object.
Definition: client.hpp:35
Class representing options for the object managing explicit client-side encryption.
Definition: client_encryption.hpp:34
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing a view-or-value variant type.
Definition: view_or_value.hpp:30
Class representing a client connection to MongoDB.
Definition: client.hpp:58
std::pair< std::string, std::string > ns_pair
Sets the namespace to use to access the key vault collection, which contains all data keys used for e...
Definition: client_encryption.hpp:75
Definition: client_encryption.hpp:28