MongoDB C++ Driver 4.1.0
Loading...
Searching...
No Matches
mongocxx::options Namespace Reference

Description

Declares entities representing options to use with various commands.

Namespaces

namespace  gridfs
 Declares entities representing options specific to GridFS.
 

Classes

class  aggregate
 Used by MongoDB aggregation operations. More...
 
class  apm
 Used by mongocxx::v_noabi::options::client::apm_opts. More...
 
class  auto_encryption
 Used by mongocxx::v_noabi::options::client::auto_encryption_opts. More...
 
class  bulk_write
 Used by mongocxx::v_noabi::collection. More...
 
class  change_stream
 Used by change streams. More...
 
class  client
 Used by clients. More...
 
class  client_encryption
 Used by mongocxx::v_noabi::client_encryption. More...
 
class  client_session
 Used by client sessions. More...
 
class  count
 Used by mongocxx::v_noabi::collection::count_documents. More...
 
class  data_key
 Used by mongocxx::v_noabi::client_encryption::create_data_key. More...
 
class  delete_options
 Used by MongoDB delete operations. More...
 
class  distinct
 Used by mongocxx::v_noabi::collection. More...
 
class  encrypt
 Used by mongocxx::v_noabi::client_encryption. More...
 
class  estimated_document_count
 Used by mongocxx::v_noabi::collection::estimated_document_count. More...
 
class  find
 Used by MongoDB find operations. More...
 
class  find_one_and_delete
 Used by mongocxx::v_noabi::collection. More...
 
class  find_one_and_replace
 Used by mongocxx::v_noabi::collection. More...
 
class  find_one_and_update
 Used by mongocxx::v_noabi::collection. More...
 
class  index
 Used by MongoDB index creation operations. More...
 
class  index_view
 Used by MongoDB index view operations. More...
 
class  insert
 Used by mongocxx::v_noabi::collection. More...
 
class  pool
 Used by mongocxx::v_noabi::pool. More...
 
class  range
 Used by mongocxx::v_noabi::options::encrypt::range_opts. More...
 
class  replace
 Used by mongocxx::v_noabi::collection. More...
 
class  rewrap_many_datakey
 Used by mongocxx::v_noabi::client_encryption::rewrap_many_datakey. More...
 
class  server_api
 Used by mongocxx::v_noabi::options::client::server_api_opts. More...
 
class  tls
 Used by mongocxx::v_noabi::options::client::tls_opts. More...
 
class  transaction
 Used by MongoDB transaction operations. More...
 
class  update
 Used by mongocxx::v_noabi::collection. More...
 

Enumerations

enum class  return_document
 Indicates whether a findOneAndModify operation should return the old or new version of the modified document. More...
 

Enumeration Type Documentation

◆ return_document

Indicates whether a findOneAndModify operation should return the old or new version of the modified document.