Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataMapperConfiguration

Hierarchy

  • DataMapperConfiguration

Index

Properties

client

client: DynamoDB

The low-level DynamoDB client to use to execute API operations.

Optional readConsistency

readConsistency: ReadConsistency

The default read consistency to use when loading items. If not specified, 'eventual' will be used.

Optional skipVersionCheck

skipVersionCheck: undefined | true | false

Whether operations should NOT by default 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.

Optional tableNamePrefix

tableNamePrefix: undefined | string

A prefix to apply to all table names.