1MONGOC_BULK_OPERATION_DELETE(3)    libmongoc   MONGOC_BULK_OPERATION_DELETE(3)
2
3
4

NAME

6       mongoc_bulk_operation_delete - mongoc_bulk_operation_delete()
7

SYNOPSIS

9          void
10          mongoc_bulk_operation_delete (mongoc_bulk_operation_t *bulk,
11                                        const bson_t *selector);
12
13       Deletes documents as part of a bulk operation. This only queues the op‐
14       eration. To execute it, call mongoc_bulk_operation_execute().
15

DEPRECATED

17       WARNING:
18          This function is deprecated and should not be used in new code.
19
20       Please use mongoc_bulk_operation_remove() instead.
21

PARAMETERS

23bulk: A mongoc_bulk_operation_t.
24
25selector: A bson_t.
26

ERRORS

28       Errors are propagated via mongoc_bulk_operation_execute().
29
30       SEE ALSO:
31          mongoc_bulk_operation_remove_many_with_opts()
32
33          mongoc_bulk_operation_remove_one_with_opts()
34
35

AUTHOR

37       MongoDB, Inc
38
40       2017-present, MongoDB, Inc
41
42
43
44
451.21.1                           Mar 02, 2022  MONGOC_BULK_OPERATION_DELETE(3)
Impressum