Skip to main content
Version: Next

NativeInsertUpdateManyOptions <T>

Options for batch native insert and update operations.

Hierarchy

Index

Properties

optionalinheritedconvertCustomTypes

convertCustomTypes?: boolean

optionalinheritedctx

ctx?: any

optionalinheritedfilters

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.

optionalinheritedloggerContext

loggerContext?: LogContext

optionalinheritedlogging

logging?: LoggingOptions

optionalprocessCollections

processCollections?: boolean

optionalinheritedschema

schema?: string

optionalinheritedsignal

signal?: AbortSignal

AbortSignal that cancels the query when fired.

optionalinheritedunionWhere

unionWhere?: ObjectQuery<T>[]

sql only

optionalinheritedunionWhereStrategy

unionWhereStrategy?: union-all | union

sql only

optionalinheritedupsert

upsert?: boolean

nativeUpdate() only option