Value | Meaning |
---|---|
NONE0 | |
UPSERT1 | |
MULTI_UPDATE2 |
@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.
Page generated by adrdox