MongoDB C++ Driver  mongocxx-3.3.2
All Classes Namespaces Functions Enumerations Enumerator Friends Pages
Deprecated List
Member bsoncxx::oid::oid (init_tag_t tag)
This constructor for bsoncxx::oid is still supported but deprecated.
Member bsoncxx::oid::operator bool () const
Uninitialized oids can no longer be created so this function will always return True.
Class bsoncxx::types::b_dbpointer
A BSON DBPointer (aka DBRef) is still supported but deprecated.
Class bsoncxx::types::b_symbol
This BSON type is deprecated and use by clients is discouraged.
Class bsoncxx::types::b_undefined
This BSON type is deprecated and use by clients is discouraged.
Member mongocxx::bulk_write::bulk_write (options::bulk_write options={})
Bulk writes created with this constructor will not inherit write concerns from the collection, database, or client. mongocxx::collection::create_bulk_write should be used instead.
Member mongocxx::client::read_concern (class 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::client::read_preference (class 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::client::write_concern (class 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::collection::bulk_write (const class bulk_write &bulk_write)
Use mongocxx::bulk_write::execute instead.
Member mongocxx::database::modify_collection (stdx::string_view name, const options::modify_collection &options=options::modify_collection())
This method is deprecated. To modify an existing collection, invoke the "collMod" command with database::run_command().
Member mongocxx::hint::operator bsoncxx::document::value () const
This method has been deprecated in favor of operator bsoncxx::types::value().
Member mongocxx::hint::to_document () const
This method has been deprecated in favor of to_value().
Member mongocxx::options::aggregate::use_cursor () const
This setting has no effect. Support for aggregations without a cursor was deprecated in MongoDB 3.4 and removed in 3.6; the driver always uses a cursor for aggregations with all MongoDB versions.
Member mongocxx::options::aggregate::use_cursor (bool use_cursor)
This setting has no effect. Support for aggregations without a cursor was deprecated in MongoDB 3.4 and removed in 3.6; the driver always uses a cursor for aggregations with all MongoDB versions.
Member mongocxx::options::create_collection::auto_index_id (bool auto_index_id)
This method is deprecated. Server versions 3.4 and above no longer support the "autoIndexId" option.
Member mongocxx::options::create_collection::auto_index_id () const
This method is deprecated. Server versions 3.4 and above no longer support the "autoIndexId" option.
Member mongocxx::options::create_collection::operator bsoncxx::document::value () const
This method is deprecated.
Member mongocxx::options::create_collection::to_document () const
This method is deprecated. To determine which options are set on this object, use the provided accessors instead.
Member mongocxx::options::create_view::operator bsoncxx::document::value () const
This method is deprecated.
Member mongocxx::options::create_view::to_document () const
This method is deprecated. To determine which options are set on this object, use the provided accessors instead.
Member mongocxx::options::find::modifiers (bsoncxx::document::view_or_value modifiers)
The modifiers option has been deprecated, and has been replaced by new top-level options that have been introduced. For example, users should call find::snapshot() instead of calling find::modifiers() with a document containing a "$snapshot" field.
Member mongocxx::options::find::modifiers () const
The modifiers option has been deprecated, and has been replaced by new top-level options that have been introduced. For example, users should call find::snapshot() instead of calling find::modifiers() with a document containing a "$snapshot" field.
Class mongocxx::options::modify_collection
This class is deprecated. See the database::modify_collection() method comment for more information.
Member mongocxx::pipeline::view () const
The view_array() method should be used instead of this method.
Member mongocxx::read_preference::read_preference (read_mode mode)
The constructor with no arguments and the method mode() should be used.
Member mongocxx::read_preference::read_preference (read_mode mode, bsoncxx::document::view_or_value tags)
The tags() method should be used instead.
Member mongocxx::validation_criteria::operator bsoncxx::document::value () const
This method is deprecated.
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.