Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateParameters<T>

Type parameters

Hierarchy

Index

Properties

Optional condition

condition: ConditionExpression

A condition on whose evaluation this update operation's completion will be predicated.

item

item: T

The object to be saved.

Optional onMissing

Whether the absence of a value defined in the schema should be treated as a directive to remove the property from the item.

Optional skipVersionCheck

skipVersionCheck: undefined | true | false

Whether this operation should NOT honor the version attribute specified in the schema by incrementing the attribute and preventing the operation from taking effect if the local version is out of date.