@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;
        TranscodeMap: object;
        UnshardedKeys: string;
    }
    Index

    Properties

    EntityMap: EntityMap
    HashKey: string
    RangeKey: string
    ShardedKeys: string
    TranscodedProperties: string
    TranscodeMap: object
    UnshardedKeys: string