Skip to main content
Version: 7.1

NativeInsertUpdateOptions <T>

Options for native insert and update operations.

Hierarchy

Index

Properties

optionalconvertCustomTypes

convertCustomTypes?: boolean

optionalctx

ctx?: any

optionalfilters

filters?: FilterOptions

optionalinheritedinflightQueryAbortStrategy

inflightQueryAbortStrategy?: InflightQueryAbortStrategy

Strategy used when the signal fires while the query is in flight. See InflightQueryAbortStrategy for caveats around streams and MongoDB.

optionalloggerContext

loggerContext?: LogContext

optionallogging

logging?: LoggingOptions

optionalschema

schema?: string

optionalinheritedsignal

signal?: AbortSignal

AbortSignal that cancels the query when fired.

optionalunionWhere

unionWhere?: ObjectQuery<T>[]

sql only

optionalunionWhereStrategy

unionWhereStrategy?: union-all | union

sql only

optionalupsert

upsert?: boolean

nativeUpdate() only option