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
Copyright
2009-present, MongoDB, Inc.
Info
Jan 27, 2026 1.30.6 libmongoc