Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

dynamoRx

dynamoRx: DynamoRx

modelClazz

modelClazz: ModelConstructor<T>

params

params: I

Static DEFAULT_LIMIT

DEFAULT_LIMIT: number = 10

Static INFINITE_LIMIT

INFINITE_LIMIT: number = -1

Accessors

metaData

metaData:

Methods

exclusiveStartKey

  • exclusiveStartKey(key: Key | null): R
  • Parameters

    • key: Key | null

      A map representing the start id which is included in next call, if null is delivered startKey will be removed from params

    Returns R

exec

  • exec(): Observable<T[]>

execCount

  • execCount(): Observable<number>

execFullResponse

  • execFullResponse(): Observable<Z>

execSingle

  • execSingle(): Observable<T | null>

index

  • index(indexName: string): R

limit

  • limit(limit: number): R

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