EntityBatchInsertOptions
Options for batch inserting data into an entity
Deprecated¶
Use EntityInsertRecordsOptions instead for better clarity on inserting multiple records into an entity. This type will be removed in future versions.
Extends¶
Properties¶
| Property | Type | Description |
|---|---|---|
~~expansionLevel?~~ |
number |
Level of entity expansion (default: 0) |
~~failOnFirst?~~ |
boolean |
Whether to fail on first error (default: false) |