@karmaniverous/entity-manager
    Preparing search index...

    Interface BaseConfigMap

    Default type parameter for ConfigMap.

    interface BaseConfigMap {
        EntityMap: EntityMap;
        HashKey: string;
        RangeKey: string;
        ShardedKeys: string;
        TranscodedProperties: string;
        TranscodeRegistry: object;
        UnshardedKeys: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    EntityMap: EntityMap

    Entity map type (entity token -> entity shape).

    HashKey: string

    Global hash-key property name used by the storage layer.

    RangeKey: string

    Global range-key property name used by the storage layer.

    ShardedKeys: string

    Union of sharded generated key tokens (string-valued generated properties).

    TranscodedProperties: string

    Union of transcoded property tokens (domain properties mapped in propertyTranscodes).

    TranscodeRegistry: object

    Transcode registry mapping transcode names to value types.

    UnshardedKeys: string

    Union of unsharded generated key tokens (string-valued generated properties).