1MONGOC_DELETE_FLAGS_T(3)           libmongoc          MONGOC_DELETE_FLAGS_T(3)
2
3
4

NAME

6       mongoc_delete_flags_t - mongoc_delete_flags_t
7
8       Flags for deletion operations
9

SYNOPSIS

11          typedef enum {
12             MONGOC_DELETE_NONE = 0,
13             MONGOC_DELETE_SINGLE_REMOVE = 1 << 0,
14          } mongoc_delete_flags_t;
15

DEPRECATED

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

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.16.2                           Feb 25, 2020         MONGOC_DELETE_FLAGS_T(3)
Impressum