UpdateOneResult
Wrapper of results of an updateOne call.
Parameters
updated
boolean indicating that a document was updated.
upsertedId
primary key of the new document if created.
Wrapper of results of an updateOne call.
boolean indicating that a document was updated.
primary key of the new document if created.