PartitionKey

Specifies how items can be read from or written to a table whose primary key consists of a single partition key

Inheritors

Properties

Link copied to clipboard
abstract override val schema: ItemSchema.PartitionKey<T, PK>

The ItemSchema which describes how to map objects to items and vice versa

Inherited properties

Link copied to clipboard
abstract val mapper: DynamoDbMapper

The DynamoDbMapper which holds the underlying DynamoDB service client used to invoke operations

Link copied to clipboard
abstract val tableName: String

The name of the table