Interface StorageModel

use shared NoSQL data storage. (ex: DynamoDB, MongoDB, ...)

  • use key-value simple storage service.
  • no-search: need to support 'search' function. (but scan)

Hierarchy

Properties

Properties

_id?: string

default partition-key name.

id?: string

unique id value.

meta?: any

json formated string (or parsed object).

stereo?: string

stereo of type.

type?: string

type of data.

Generated using TypeDoc