Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteParameters<T>

deprecated

Type parameters

Hierarchy

Index

Properties

Optional condition

condition: ConditionExpression

A condition on which this delete operation's completion will be predicated.

item

item: T

The item being deleted.

Optional returnValues

returnValues: "ALL_OLD" | "NONE"

The values to return from this operation.

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.