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

WARNING:

6          Deprecated  since  version  1.9.0:  These  flags  are deprecated and
7          should not be used in new code.
8
9          Please         use         mongoc_collection_delete_one()         or
10          mongoc_collection_delete_many() in new code.
11
12

SYNOPSIS

14          typedef enum {
15             MONGOC_DELETE_NONE = 0,
16             MONGOC_DELETE_SINGLE_REMOVE = 1 << 0,
17          } mongoc_delete_flags_t;
18
19       Flags for deletion operations
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023         MONGOC_DELETE_FLAGS_T(3)
Impressum