mongoc_remove_flags_t

Values

ValueMeaning
NONE0
SINGLE_REMOVE1

Detailed Description

mongoc remove flags t

@MONGOC_REMOVE_NONE: Specify no delete flags. @MONGOC_REMOVE_SINGLE_REMOVE: Only remove the first document matching the document selector.

#mongoc_remove_flags_t are used when performing a remove operation.

Meta