1MONGOC_BULK_OPERATION_REMOVE_MANYM_OWNIlGTiOHbC_m_OoBPnUTgLSoK(c_3O)PERATION_REMOVE_MANY_WITH_OPTS(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_bulk_operation_remove_many_with_opts (mongoc_bulk_operation_t *bulk,
8                                                       const bson_t *selector,
9                                                       const bson_t *opts,
10                                                       bson_error_t *error); /* OUT */
11
12       Delete  documents as part of a bulk operation. This only queues the op‐
13       eration. To execute it, call mongoc_bulk_operation_execute().
14

PARAMETERS

16bulk: A mongoc_bulk_operation_t.
17
18selector: A bson_t that selects which document to remove.
19
20error: An optional location for a bson_error_t or NULL.
21
22       opts may be NULL or a BSON document with additional command options:
23
24collation: Configure textual comparisons. See Setting  Collation  Or‐
25         der,  and  the  MongoDB Manual entry on Collation. Collation requires
26         MongoDB 3.2 or later, otherwise an error is returned.
27
28hint: A document or string that specifies the index to use to support
29         the query predicate.
30

ERRORS

32       Operation  errors  are  propagated via mongoc_bulk_operation_execute(),
33       while argument validation errors are reported by the error argument.
34

RETURNS

36       Returns true on success, and false if passed invalid arguments.
37
38       SEE ALSO:
39          mongoc_bulk_operation_remove()
40
41          mongoc_bulk_operation_remove_one_with_opts()
42
43

AUTHOR

45       MongoDB, Inc
46
48       2017-present, MongoDB, Inc
49
50
51
52
531.25.1                          MNOoNvGO0C8_,BU2L0K2_3OPERATION_REMOVE_MANY_WITH_OPTS(3)
Impressum