Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateExpression

An object representing a DynamoDB update expression.

Hierarchy

  • UpdateExpression

Implements

Index

Properties

toAdd

toAdd: Map<AttributePath, any> = new Map<AttributePath, any>()

toDelete

toDelete: Map<AttributePath, any> = new Map<AttributePath, any>()

toRemove

toRemove: Set<AttributePath> = new Set<AttributePath>()

toSet

toSet: Map<AttributePath, any> = new Map<AttributePath, any>()

Methods

add

delete

remove

serialize

set