Interface: DynamoDBStorageConfig
Properties
fieldPrefix
fieldPrefix:
string
String prefix used to avoid conflicts with built-in metadata fields. Must be a non-empty string.
Example
'data_' // produces 'data_fieldName'
Defined in
src/stores/dynamodb/types.ts:8
tableName
tableName:
string