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

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_BULKWR...PEND_DELETEONE(3)  libmongoc MONGOC_BULKWR...PEND_DELETEONE(3)

SYNOPSIS
	  bool
	  mongoc_bulkwrite_append_deleteone (mongoc_bulkwrite_t	*self,
					     const char	*ns,
					     const bson_t *filter,
					     const mongoc_bulkwrite_deleteoneopts_t *opts /* May be NULL */,
					     bson_error_t *error);

DESCRIPTION
       Adds  a	single-document	 delete	into 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.2				 Apr 12, 2025MONGOC_BULKWR...PEND_DELETEONE(3)

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

home | help