BulkInsertStrategy
Namespace: Meshmakers.Octo.Runtime.Contracts.Repositories
Defines options for bulk insert operations.
public enum BulkInsertStrategy
Inheritance Object → ValueType → Enum → BulkInsertStrategy
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
InsertOnly | 0 | Insert new entities only, do not replace existing ones. |
Upsert | 1 | Insert new entities or replace existing ones based on their identifiers. |