ScanTerm

class ScanTerm(val term: String, val exclusive: Boolean = false)

A lower or upper bound of a KV range scan.

For a convenient way to create a ScanTerm, see String.inclusive and String.exclusive.

Constructors

Link copied to clipboard
constructor(term: String, exclusive: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exclusive: Boolean = false
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String