Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_BULKWRI...END_UPDATEMANY(3)  libmongoc MONGOC_BULKWRI...END_UPDATEMANY(3)

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.

1.30.8				  Aug 27, 2026MONGOC_BULKWRI...END_UPDATEMANY(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_bulkwrite_append_updatemany&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help