mongoc_delete_flags_t

Values

ValueMeaning
NONE0
SINGLE_REMOVE1

Detailed Description

mongoc delete flags t

@MONGOC_DELETE_NONE: Specify no delete flags. @MONGOC_DELETE_SINGLE_REMOVE: Only remove the first document matching the document selector.

This type is only for use with deprecated functions and should not be used in new code. Use mongoc_remove_flags_t instead.

#mongoc_delete_flags_t are used when performing a delete operation.

Meta