mongoc_update_flags_t

Values

ValueMeaning
NONE0
UPSERT1
MULTI_UPDATE2

Detailed Description

mongoc update flags t

@MONGOC_UPDATE_NONE: No update flags specified. @MONGOC_UPDATE_UPSERT: Perform an upsert. @MONGOC_UPDATE_MULTI_UPDATE: Continue updating after first match.

#mongoc_update_flags_t is used when updating documents found in Mongo.

Meta