Type alias GenericInsertManyOptions

Options for a generic insertMany command using the Data API.

The parameters depend on the ordered option. If ordered is true, the parallel option is not allowed.

Field

ordered - If true, the records are inserted sequentially; else, they're arbitrary inserted in parallel.

Field

concurrency - The maximum number of concurrent requests to make at once.

Field

chunkSize - The number of records to upload per request. Defaults to 20.

Field

timeout - The timeout override for this method