MongoDB C++ Driver
mongocxx-3.6.2
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
~
Typedefs
Enumerations
Related Functions
Files
File List
Examples
•
All
Classes
Namespaces
Functions
Typedefs
Enumerations
Enumerator
Friends
Pages
Deprecated List
Member
mongocxx::options::client::ssl_opts
() const
Please use tls_opts 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.
Member
mongocxx::uri::ssl
() const
The
tls()
method should be used instead of this method.
Member
mongocxx::read_preference::read_preference
(read_mode mode, bsoncxx::document::view_or_value tags)
The
tags()
method should be used instead.
Member
mongocxx::read_preference::read_preference
(read_mode mode)
The constructor with no arguments and the method
mode()
should be used.
"
use the tls options class instead.
Member
mongocxx::options::index::haystack_bucket_size
() const
This method is deprecated.
Member
mongocxx::options::index::haystack_bucket_size
(double haystack_bucket_size)
This option is deprecated.
Member
mongocxx::options::create_collection_deprecated::operator bsoncxx::document::value
() const
This method is deprecated.
Member
mongocxx::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.
"
use
bsoncxx::types::bson_value::view
instead.
Member
mongocxx::options::client::ssl_opts
(tls ssl_opts)
Please use tls_opts instead.
Member
mongocxx::database::create_collection
(const
client_session
&session,
bsoncxx::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::document::view_or_value collection_options instead.
Member
mongocxx::database::create_collection
(
bsoncxx::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::document::view_or_value collection_options instead.
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::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::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.
Class
bsoncxx::types::b_symbol
This BSON type is deprecated and use by clients is discouraged.
Class
bsoncxx::types::b_dbpointer
A BSON DBPointer (aka DBRef) is still supported but deprecated.
Class
bsoncxx::types::b_undefined
This BSON type is deprecated and use by clients is discouraged.
Generated by
1.8.18