MongoDB C++ Driver 4.4.0
Loading...
Searching...
No Matches
client_bulk_write.hpp File Reference

Description

Provides entities related to client bulk write operations.

Go to the source code of this file.

Classes

class  mongocxx::v1::client_bulk_write
 A list of bulk write operations. Unlike mongocxx::v1::bulk_write, this supports writes across more than one collection and can group inserts, updates, and deletes in the same network payload. More...
class  mongocxx::v1::client_bulk_write::delete_many_options
 Options for a "Delete Many" operation in a client bulk write. More...
class  mongocxx::v1::client_bulk_write::delete_one_options
 Options for a "Delete One" operation in a client bulk write. More...
class  mongocxx::v1::client_bulk_write::exception
 A client bulk write error. More...
class  mongocxx::v1::client_bulk_write::insert_one_options
 Options for an "Insert One" operation in a client bulk write. More...
class  mongocxx::v1::client_bulk_write::options
 Options for a client bulk write operation. More...
class  mongocxx::v1::client_bulk_write::replace_one_options
 Options for a "Replace One" operation in a client bulk write. More...
class  mongocxx::v1::client_bulk_write::result
 The result of a client bulk write operation. More...
class  mongocxx::v1::client_bulk_write::update_many_options
 Options for an "Update Many" operation in a client bulk write. More...
class  mongocxx::v1::client_bulk_write::update_one_options
 Options for an "Update One" operation in a client bulk write. More...

Namespaces

namespace  mongocxx
 The top-level namespace within which all mongocxx library entities are declared.
namespace  mongocxx::v1
 Declares entities whose ABI stability is guaranteed for documented symbols.