BaseQueryBuilder constructor.
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.
Set a projection (attributes) for an index token.
Note: At query time, uniqueProperty and any explicit sort keys will be auto-included to preserve dedupe/sort invariants.
Provides a fluent API for building a
ShardQueryMapusing a DynamoDB Document client.