Man page - mongoc_bulkwrite_append_updatemany(3)

Packages contains this manual

Manual

MONGOC_BULKWRITE_APPEND_UPDATEMANY

SYNOPSIS
DESCRIPTION
AUTHOR
COPYRIGHT

SYNOPSIS

bool
mongoc_bulkwrite_append_updatemany (mongoc_bulkwrite_t *self,
const char *ns,
const bson_t *filter,
const bson_t *update,
const mongoc_bulkwrite_updatemanyopts_t *opts /* May be NULL */,
bson_error_t *error);

DESCRIPTION

Adds a multi-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.