Insert Many
Inserts many documents
Use bulk insert when you want to insert many records into the database with one API call. This can be useful when you import data from any other sources.
Check the information about entities on how your class objects are serialized.
Last updated