Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DynamoStore

Index

Constructors

constructor

Properties

Private dynamoRx

dynamoRx: DynamoRx

Private mapper

mapper: Mapper

Private modelClazz

modelClazz: ModelConstructor<T>

tableName

tableName: string

Private tableNameResolver

tableNameResolver: TableNameResolver

Accessors

dynamoDb

dynamoDb:

Methods

batchGetItem

  • This is a special implementation of BatchGetItem request, because it only supports one table, if you wish to retrieve items from multiple tables get an instance of BatchGetItem request and call it there.

    Parameters

    • keys: any[]

    Returns BatchGetSingleTableRequest<T>

Private createBaseParams

  • createBaseParams(): object

delete

get

  • get(partitionKey: any, sortKey?: any): GetRequest<T>

makeRequest

put

query

scan

update

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc