Primary

data class Primary<Document : Any, HashKey, SortKey>(val hashKeyAttribute: Attribute<HashKey>, val sortKeyAttribute: Attribute<SortKey>?, val lens: BiDiLens<Item, Document>) : DynamoDbTableMapperSchema<Document, HashKey, SortKey>

Constructors

Link copied to clipboard
constructor(hashKeyAttribute: Attribute<HashKey>, sortKeyAttribute: Attribute<SortKey>?, lens: BiDiLens<Item, Document>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val hashKeyAttribute: Attribute<HashKey>
Link copied to clipboard
open override val indexName: Nothing? = null
Link copied to clipboard
open override val lens: BiDiLens<Item, Document>
Link copied to clipboard
open override val sortKeyAttribute: Attribute<SortKey>?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun keySchema(): List<KeySchema>