Represents the result of an insertMany command on a table.
insertMany
insertedIds - The primary keys of the inserted rows.
insertedCount - The number of inserted rows.
Table.insertMany
The number of inserted rows (equals insertedIds.length).
insertedIds.length
The primary keys of the inserted rows.
Represents the result of an
insertMany
command on a table.Field
insertedIds - The primary keys of the inserted rows.
Field
insertedCount - The number of inserted rows.
See
Table.insertMany