Index
Represents a secondary index on a table in DynamoDB and an associated item schema. Operations on this index will invoke low-level operations and map items to objects.
Type Parameters
T
The type of objects which will be read from this index
Inheritors
Types
Link copied to clipboard
interface CompositeKey<T, PK : KeyType, SK : KeyType> : Index<T> , IndexSpec.CompositeKey<T, PK, SK> , IndexOperations.CompositeKey<T, PK, SK> , ItemSource.CompositeKey<T, PK, SK>
Represents a secondary index whose primary key is a composite of a partition key and a sort key
Link copied to clipboard
interface PartitionKey<T, PK : KeyType> : Index<T> , IndexSpec.PartitionKey<T, PK> , IndexOperations.PartitionKey<T, PK> , ItemSource.PartitionKey<T, PK>
Represents a secondary index whose primary key is a single partition key
Inherited properties
Link copied to clipboard
The DynamoDbMapper which holds the underlying DynamoDB service client used to invoke operations
Link copied to clipboard
The ItemSchema which describes how to map objects to items and vice versa