Skip to main content
Version: Next

UpdateOptions <T>

Options for em.qb().update() operations.

Hierarchy

Index

Properties

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