17 #include <mongocxx/config/prelude.hpp>
20 inline namespace v_noabi {
47 #include <mongocxx/config/postlude.hpp>
write_type
Enum representing the the types of write operations that can be performed.
Definition: write_type.hpp:24
@ 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.hpp:24