MongoDB C++ Driver 4.1.0
Loading...
Searching...
No Matches
Deprecated List
Member bsoncxx::v_noabi::k_binary_deprecated
Member bsoncxx::v_noabi::k_dbpointer
Member bsoncxx::v_noabi::k_symbol
Member bsoncxx::v_noabi::k_undefined
Member bsoncxx::v_noabi::k_uuid_deprecated
Struct bsoncxx::v_noabi::types::b_dbpointer
This BSON type is deprecated. Usage is discouraged.
Struct bsoncxx::v_noabi::types::b_symbol
This BSON type is deprecated. Usage is discouraged.
Struct bsoncxx::v_noabi::types::b_undefined
This BSON type is deprecated. Usage is discouraged.
Class mongocxx::v_noabi::authentication_exception
To be removed in an upcoming major release.
Member mongocxx::v_noabi::client::read_concern (mongocxx::v_noabi::read_concern rc)
This method is deprecated. Read concerns should be set either in the URI or directly on database or collection objects.
Member mongocxx::v_noabi::client::read_preference (mongocxx::v_noabi::read_preference rp)
This method is deprecated. Read preferences should be set either in the URI or directly on database or collection objects.
Member mongocxx::v_noabi::client::write_concern (mongocxx::v_noabi::write_concern wc)
This method is deprecated. Write concerns should be set either in the URI or directly on database or collection objects.
Member mongocxx::v_noabi::events::server_description::is_master () const
use hello instead.
Member mongocxx::v_noabi::options::client::ssl_opts (tls ssl_opts)
Please use tls_opts instead.
Member mongocxx::v_noabi::options::client::ssl_opts () const
Please use tls_opts instead.
Member mongocxx::v_noabi::options::find::comment (bsoncxx::v_noabi::string::view_or_value comment)
use comment_option instead.
Member mongocxx::v_noabi::options::find::comment () const
use comment_option instead.
Class mongocxx::v_noabi::options::index::base_storage_options
Use mongocxx::v_noabi::options::index::storage_engine instead.
Member mongocxx::v_noabi::options::index::haystack_bucket_size (double haystack_bucket_size)
This option is deprecated.
Member mongocxx::v_noabi::options::index::haystack_bucket_size () const
This method is deprecated.
Member mongocxx::v_noabi::options::index::storage_options (std::unique_ptr< base_storage_options > storage_options)
Use mongocxx::v_noabi::options::index::storage_engine instead.
Member mongocxx::v_noabi::options::index::storage_options (std::unique_ptr< wiredtiger_storage_options > storage_options)
Use mongocxx::v_noabi::options::index::storage_engine instead.
Class mongocxx::v_noabi::options::index::wiredtiger_storage_options
Use mongocxx::v_noabi::options::index::storage_engine instead.
Member mongocxx::v_noabi::options::ssl
Use mongocxx::v_noabi::options::tls instead.
Member mongocxx::v_noabi::read_preference::hedge (bsoncxx::v_noabi::document::view_or_value hedge)
Hedged reads are deprecated in MongoDB Server version 8.0.
Member mongocxx::v_noabi::read_preference::hedge () const
Hedged reads are deprecated in MongoDB Server version 8.0.
Member mongocxx::v_noabi::read_preference::read_preference (read_mode mode)
Use mode instead.
Member mongocxx::v_noabi::read_preference::read_preference (read_mode mode, bsoncxx::v_noabi::document::view_or_value tags)
Use tags instead.
Member mongocxx::v_noabi::uri::ssl () const
The tls() method should be used instead of this method.
Class mongocxx::v_noabi::validation_criteria
To be removed in an upcoming major release. Set schema validation options as fields of a BSON document passed as an options argument to a MongoDB command instead.
Member mongocxx::validation_criteria::operator bsoncxx::v_noabi::document::value () const
This method is deprecated. To determine which options are set on this object, use the provided accessors instead.
Member mongocxx::validation_criteria::to_document () const
This method is deprecated. To determine which options are set on this object, use the provided accessors instead.
File ssl.hpp
Use mongocxx/v_noabi/mongocxx/options/tls.hpp instead.