PartitionKey

Properties

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

Inherited properties

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

Functions

Link copied to clipboard
abstract fun deleteKey(key: PK)
Link copied to clipboard
abstract fun deleteKeys(keys: Iterable<PK>)

Inherited functions

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