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       WARNING:
9          Deprecated  since  version  1.9.0:  These  flags  are deprecated and
10          should not be used in new code.
11
12          Please         use         mongoc_collection_delete_one()         or
13          mongoc_collection_delete_many() in new code.
14
15

SYNOPSIS

17          typedef enum {
18             MONGOC_DELETE_NONE = 0,
19             MONGOC_DELETE_SINGLE_REMOVE = 1 << 0,
20          } mongoc_delete_flags_t;
21
22       Flags for deletion operations
23

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.24.3                           Aug 17, 2023         MONGOC_DELETE_FLAGS_T(3)
Impressum