1MONGOC_DELETE_FLAGS_T(3) MongoDB C Driver MONGOC_DELETE_FLAGS_T(3)
2
3
4
6 mongoc_delete_flags_t - mongoc_delete_flags_t
7
8 Flags for deletion operations
9
11 typedef enum {
12 MONGOC_DELETE_NONE = 0,
13 MONGOC_DELETE_SINGLE_REMOVE = 1 << 0,
14 } mongoc_delete_flags_t;
15
17 WARNING:
18 These flags are deprecated and should not be used in new code.
19
20 Please use mongoc_collection_delete_one() or mongoc_collecā
21 tion_delete_many() instead.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.13.1 Jan 24, 2019 MONGOC_DELETE_FLAGS_T(3)