Partition Cursor
data class PartitionCursor(partitionName: String, keyRange: KeyRange, previousEndKey: ByteString?, done: Boolean)
Content copied to clipboard
Immutable snapshot of a cursor.
Constructors
PartitionCursor
Link copied to clipboard
fun PartitionCursor(partitionName: String, keyRange: KeyRange, previousEndKey: ByteString?, done: Boolean)
Content copied to clipboard
Functions
utf8PreviousEndKey
Link copied to clipboard
utf8RangeEnd
Link copied to clipboard
utf8RangeStart
Link copied to clipboard