mongoc_delete_flags_t - Man Page

WARNING:

Deprecated since version 1.9.0: Use mongoc_collection_delete_one() or mongoc_collection_delete_many() instead.

Synopsis

typedef enum {
   MONGOC_DELETE_NONE = 0,
   MONGOC_DELETE_SINGLE_REMOVE = 1 << 0,
} mongoc_delete_flags_t;

Flags for deletion operations

Author

MongoDB, Inc

Info

Feb 06, 2025 1.30.0 libmongoc