MongoDB C++ Driver mongocxx-3.10.1
Loading...
Searching...
No Matches
Deprecated List
Member bsoncxx::v_noabi::document::element::get_utf8 () const
use document::element::get_string() instead.
Struct bsoncxx::v_noabi::types::b_dbpointer
A BSON DBPointer (aka DBRef) is still supported but deprecated.
Struct bsoncxx::v_noabi::types::b_symbol
This BSON type is deprecated and use by clients is discouraged.
Struct bsoncxx::v_noabi::types::b_undefined
This BSON type is deprecated and use by clients is discouraged.
Member bsoncxx::v_noabi::types::bson_value::value::value (stdx::string_view collection, oid value)
A BSON DBPointer (aka DBRef) is still supported but deprecated.
Member bsoncxx::v_noabi::types::bson_value::value::value (const type id, stdx::string_view v)

The BSON symbol type is deprecated and use by clients is discouraged.

The BSON undefined type is deprecated and use by clients is discouraged.

Member bsoncxx::v_noabi::types::bson_value::view::get_utf8 () const
use get_string instead.
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::database::create_collection (bsoncxx::v_noabi::string::view_or_value name, const options::create_collection_deprecated &collection_options, const stdx::optional< write_concern > &write_concern={})
This overload is deprecated. Call database::create_collection with a bsoncxx::v_noabi::document::view_or_value collection_options instead.
Member mongocxx::v_noabi::database::create_collection (const client_session &session, bsoncxx::v_noabi::string::view_or_value name, const options::create_collection_deprecated &collection_options, const stdx::optional< write_concern > &write_concern={})
This overload is deprecated. Call database::create_collection with a bsoncxx::v_noabi::document::view_or_value collection_options instead.
Member mongocxx::v_noabi::database::create_collection_deprecated (const client_session &session, bsoncxx::v_noabi::string::view_or_value name, const options::create_collection_deprecated &collection_options, const stdx::optional< write_concern > &write_concern={})
This overload is deprecated. Call database::create_collection with a bsoncxx::v_noabi::document::view_or_value collection_options instead.
Member mongocxx::v_noabi::events::server_description::is_master () const
use hello instead.
Member mongocxx::v_noabi::options::client::ssl_opts () const
Please use tls_opts instead.
Member mongocxx::v_noabi::options::client::ssl_opts (tls ssl_opts)
Please use tls_opts instead.
Member mongocxx::v_noabi::options::create_collection_deprecated::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::v_noabi::options::create_collection_deprecated::to_document () const
This method is deprecated. To determine which options are set on this object, use the provided accessors 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.
Member mongocxx::v_noabi::options::index::haystack_bucket_size () const
This method is deprecated.
Member mongocxx::v_noabi::options::index::haystack_bucket_size (double haystack_bucket_size)
This option is deprecated.
Member mongocxx::v_noabi::read_preference::read_preference (read_mode mode)
The constructor with no arguments and the method mode() should be used.
Member mongocxx::v_noabi::read_preference::read_preference (read_mode mode, bsoncxx::v_noabi::document::view_or_value tags)
The tags() method should be used instead.
Member mongocxx::v_noabi::uri::ssl () const
The tls() method should be used instead of this method.
Member mongocxx::v_noabi::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::v_noabi::validation_criteria::to_document () const
This method is deprecated. To determine which options are set on this object, use the provided accessors instead.