UpdateResult | mongodb (original) (raw)
Interface UpdateResult
TSchema
is the schema of the collection
Type Parameters
Index
Properties
acknowledged
acknowledged: boolean
Indicates whether this write result was acknowledged. If not, then all other members of this result will be undefined
matchedCount
matchedCount: number
The number of documents that matched the filter
modifiedCount
modifiedCount: number
The number of documents that were modified
upsertedCount
upsertedCount: number
The number of documents that were upserted
upsertedId
The identifier of the inserted document if an upsert took place