BatchSnapshot

data class BatchSnapshot(partitionName: String, batchRange: KeyRange, scannedRecordCount: Long, matchingRecordCount: Long)

Functions

utf8RangeEnd
Link copied to clipboard
fun utf8RangeEnd(): String
utf8RangeStart
Link copied to clipboard
fun utf8RangeStart(): String

Properties

batchRange
Link copied to clipboard
val batchRange: KeyRange
matchingRecordCount
Link copied to clipboard
val matchingRecordCount: Long
partitionName
Link copied to clipboard
val partitionName: String
scannedRecordCount
Link copied to clipboard
val scannedRecordCount: Long