KeyValueSnapshot

interface KeyValueSnapshot : KeyValueRead, Closeable

Functions

close
Link copied to clipboard
common
abstract fun close()
get
Link copied to clipboard
common
abstract fun get(key: ReadMemory, vararg options: Options.Get): Allocation?
newCursor
Link copied to clipboard
common
abstract fun newCursor(vararg options: Options.Find): KeyValueCursor