enumerateWithData
open suspend override fun enumerateWithData(partitionId: String?, afterKey: String?, limit: Int): List<ERROR CLASS: Symbol not found for Pair<kotlin/String, ERROR CLASS: Symbol not found for 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.