Skip to main content
Version: Next

DeleteOptions <T>

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

Hierarchy

Index

Properties

optionalinheritedctx

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.

optionalinheritedloggerContext

loggerContext?: LogContext

optionalinheritedlogging

logging?: LoggingOptions

optionalinheritedschema

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