ordered - If true
, the records are inserted sequentially; else, they're arbitrary inserted in parallel.
concurrency - The maximum number of concurrent requests to make at once.
chunkSize - The number of records to upload per request. Defaults to 20.
timeout - The timeout override for this method
Options for a generic
insertMany
command using the Data API.The parameters depend on the
ordered
option. Ifordered
istrue
, theparallel
option is not allowed.