UpsertOptions <Entity, Fields>
Hierarchy
- Omit<NativeInsertUpdateOptions<Entity>, upsert>
- UpsertOptions
Index
Properties
optionalinheritedconvertCustomTypes
optionalinheritedctx
optionaldisableIdentityMap
optionalinheritedfilters
optionalinheritedinflightQueryAbortStrategy
Strategy used when the signal fires while the query is in flight. See InflightQueryAbortStrategy for caveats around streams and MongoDB.
optionalinheritedloggerContext
optionalinheritedlogging
optionalonConflictAction
optionalonConflictExcludeFields
optionalonConflictFields
optionalonConflictMergeFields
optionalonConflictWhere
optionalinheritedschema
optionalinheritedsignal
AbortSignal that cancels the query when fired.
optionalinheritedunionWhere
sql only
optionalinheritedunionWhereStrategy
sql only
Options for
em.upsert(), controlling conflict resolution behavior.