CompositeKey
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
Type Parameters
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
Inherited functions
Link copied to clipboard
abstract suspend fun query(request: QueryRequest.CompositeKey<PK, SK>): QueryResponse.CompositeKey<T, PK, SK>
Link copied to clipboard
abstract suspend fun scan(request: ScanRequest.CompositeKey<PK, SK>): ScanResponse.CompositeKey<T, PK, SK>