Default type parameter for ConfigMap.

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

Properties

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