Entity-manager config map.
Entity token type.
Index token type.
Values-first config literal type carried by the client.
Projection tuple type (type-only channel).
BaseQueryBuilder constructor.
Entity-manager config map.
Entity token type.
Index token type.
Values-first config literal type carried by the client.
Projection tuple type (type-only channel).
ReadonlyentityEntityClient instance.
ReadonlyentityEntity token.
ReadonlyhashHash key token.
Protected ReadonlyindexMaps indexToken values to database platform-specific query parameters.
Optional ReadonlypageDehydrated page key map.
Adds a filter condition to a ShardQueryMap index. See the FilterCondition type for more info.
The index token.
The FilterCondition object.
ShardQueryMap instance.Adds a range key condition to a ShardQueryMap index.
See the RangeKeyCondition type for more info.
The index token.
The RangeKeyCondition object.
ShardQueryMap instance.Override query to auto-include uniqueProperty and any explicit sort keys when projections are present (preserves dedupe/sort invariants).
Reset projections for all indices. Widens K back to unknown.
A new builder type where K is widened back to unknown.
Set a projection (attributes) for an index token.
Projection tuple type.
Index token to set projection for.
Attributes to include in ProjectionExpression.
Note: At query time, uniqueProperty and any explicit sort keys will be auto-included to preserve dedupe/sort invariants.
Set scan direction for an index.
Index token to set scan direction for.
Direction (true = forward, false = reverse).
The same builder instance.
Build a shard query function for a specific index token.
The returned function matches the ShardQueryFunction contract expected by ShardQueryMap.
Index token to query.
A function that queries DynamoDB for a single shard/hash key and returns a typed shard result.
Provides a fluent API for building a
ShardQueryMapusing a DynamoDB Document client.