Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MarshallingOptions

Hierarchy

  • MarshallingOptions

Index

Properties

Optional onEmpty

The behavior the marshaller should exhibit when it encounters "empty" data that would be rejected as invalid by DynamoDB, such as 0-length buffers or the string ''.

Optional onInvalid

The behavior the marshaller should exhibit when it encounters data that cannot be marshalled to a DynamoDB AttributeValue, such as a Symbol or Function object.

Optional unwrapNumbers

unwrapNumbers: undefined | true | false

Whether numbers should be unmarshalled to a special object type that can preserve values that would lose precision if converted to JavaScript's native number type.