Properties
tableName
tableName: string
Private tableNameResolver
Methods
Private createBaseParams
createBaseParams( ) : object
delete
Parameters
partitionKey: any
Optional sortKey: any
get
get( partitionKey: any , sortKey?: any ) : GetRequest < T >
Parameters
partitionKey: any
Optional sortKey: any
makeRequest
Type parameters
Parameters
Optional params: undefined | object
Returns Observable < Z >
update
Parameters
partitionKey: any
Optional sortKey: any
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
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.