Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InsertManyResult<TSchema>

Type parameters

Hierarchy

  • InsertManyResult

Index

Properties

acknowledged

acknowledged: boolean

Indicates whether this write result was acknowledged. If not, then all other members of this result will be undefined

insertedCount

insertedCount: number

The number of inserted documents for this operations

insertedIds

insertedIds: {}

Map of the index of the inserted document to the id of the inserted document

Type declaration

Generated using TypeDoc