Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateOneModel<TSchema>

Type parameters

Hierarchy

  • UpdateOneModel

Index

Properties

arrayFilters?: Document[]

A set of filters specifying to which array elements an update should apply.

collation?: CollationOptions

Specifies a collation.

filter: Filter<TSchema>

The filter to limit the updated documents.

hint?: Hint

The index to use. If specified, then the query system will only consider plans using the hinted index.

update: UpdateFilter<TSchema> | UpdateFilter<TSchema>[]

A document or pipeline containing update operators.

upsert?: boolean

When true, creates a new document if no document matches the query.

Generated using TypeDoc