logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

bool

Author

       MongoDB, Inc

Description

       Adds  a  single-document  delete  into  the namespace ns. Returns true on success. Returns false and sets
       error if an error occured.

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);

See Also