enumerateWithData

open suspend override fun enumerateWithData(partitionId: String?, afterKey: String?, limit: Int): List<Pair<String, ByteString>>

Enumerate the records with given table and partitionId in key lexicographic order.

This is similar to enumerate, but it returns key/data pairs stored in the table rather than just keys.