Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BulkWriteOpResultObject

Hierarchy

  • BulkWriteOpResultObject

Index

Properties

Optional deletedCount

deletedCount: undefined | number

Number of documents deleted.

Optional insertedCount

insertedCount: undefined | number

Number of documents inserted.

Optional insertedIds

insertedIds: any

Inserted document generated Id's, hash key is the index of the originating operation.

Optional matchedCount

matchedCount: undefined | number

Number of documents matched for update.

Optional modifiedCount

modifiedCount: undefined | number

Number of documents modified.

Optional result

result: any

The command result object.

Optional upsertedCount

upsertedCount: undefined | number

Number of documents upserted.

Optional upsertedIds

upsertedIds: any

Upserted document generated Id's, hash key is the index of the originating operation.

Generated using TypeDoc