ordered - If true
, the rows 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 rows to upload per request. Defaults to 50.
timeout - The timeout override for this method
Table.insertMany
Options for an
insertMany
command on a table.The parameters depend on the
ordered
option. Ifordered
istrue
, theparallel
option is not allowed.