Provides a fluent API for building a ShardQueryMap using a DynamoDB Document client.

Type Parameters

Hierarchy

Constructors

Properties

entityClient: EntityClient<C>

EntityClient instance.

entityToken: EntityToken<C>

Entity token.

hashKeyToken: C["HashKey"] | C["ShardedKeys"]

Hash key token.

indexParamsMap: Record<string, IndexParams>

Maps indexToken values to database platform-specific query parameters.

pageKeyMap?: string

Dehydrated page key map.

Methods