getLogsSnapshotPage
abstract suspend fun getLogsSnapshotPage(fromNum: Int, portNum: Int, beforeReceivedDate: Long?, beforeUuid: String?, pageSize: Int): List<MeshLog>(source)
Returns one deterministic keyset page for bounded snapshot processing. beforeReceivedDate and beforeUuid identify the last row of the previous page; null values start from the newest row.