17 #include <mongocxx/write_type-fwd.hpp>
19 #include <mongocxx/config/prelude.hpp>
50 #include <mongocxx/config/postlude.hpp>
write_type
Enum representing the the types of write operations that can be performed.
Definition: write_type.hpp:27
@ k_delete_one
Deleting a single document from a collection.
@ k_insert_one
Inserting a single document into a collection.
@ k_update_many
Update one or more documents in a collection.
@ k_update_one
Update a single document in a collection.
@ k_delete_many
Delete one or more documents from a collection.
@ k_replace_one
Replace a single document in a collection with a new one.
The top-level namespace for mongocxx library entities.
Definition: bulk_write-fwd.hpp:19