logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Deprecated since version 1.9.0: Use mongoc_collection_delete_one() or mongoc_collection_delete_many()

Author

       MongoDB, Inc

Synopsis

          typedef enum {
             MONGOC_DELETE_NONE = 0,
             MONGOC_DELETE_SINGLE_REMOVE = 1 << 0,
          } mongoc_delete_flags_t;

       Flags for deletion operations

Warning:

          Deprecated  since version 1.9.0: Use mongoc_collection_delete_one() or mongoc_collection_delete_many()
          instead.

See Also