enumerateWithData
abstract suspend fun enumerateWithData(partitionId: String? = null, afterKey: String? = null, limit: Int = Int.MAX_VALUE): 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.