ConfigMap that defines the configuration's EntityMap, key properties, and TranscodeRegistry. If omitted, defaults to BaseConfigMap.
OptionalgeneratedKeyDelimiter?: stringDelimiter between generated key elements (default |). Must not collide with other delimiters.
OptionalgeneratedValueDelimiter?: stringDelimiter between a generated property key and its encoded value (default #). Must not collide with other delimiters.
Global hash key property name.
Optionalindexes?: Record<Index token map. Keys are index names; values define the index hash/range key tokens and optional projections.
Global range key property name.
OptionalshardKeyDelimiter?: stringDelimiter between entity token and shard suffix in the global hash key value (default !).
Optionalthrottle?: numberMaximum number of shard queries to execute concurrently during query.
Configuration object for an
EntityManagerinstance.