table of contents
other versions
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_BULKWRITE_APPEND_UPDATEONE(3) | libmongoc | MONGOC_BULKWRITE_APPEND_UPDATEONE(3) |
SYNOPSIS¶
bool mongoc_bulkwrite_append_updateone (mongoc_bulkwrite_t *self,
const char *ns,
const bson_t *filter,
const bson_t *update,
const mongoc_bulkwrite_updateoneopts_t *opts /* May be NULL */,
bson_error_t *error);
DESCRIPTION¶
Adds a single-document update for the namespace ns. Returns true on success. Returns false and sets error if an error occured.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |