CompositeKey

Properties

Link copied to clipboard
abstract var deleteKeys: List<Pair<PK, SK>>

Inherited properties

Link copied to clipboard
abstract var putItems: List<T>

Functions

Link copied to clipboard
abstract fun deleteKey(partitionKey: PK, sortKey: SK)
Link copied to clipboard
abstract fun deleteKeys(keys: Iterable<Pair<PK, SK>>)

Inherited functions

Link copied to clipboard
abstract fun putItem(item: T)
Link copied to clipboard
abstract fun putItems(items: Iterable<T>)