Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PutParameters<T>

deprecated

Type parameters

Hierarchy

Index

Properties

Optional condition

condition: ConditionExpression

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

item

item: T

The object to be saved.

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.