kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.kv
/
ScanTerm
Scan
Term
@
VolatileCouchbaseApi
class
ScanTerm
(
term
:
ByteArray
,
exclusive
:
Boolean
)
Content copied to clipboard
A lower or upper bound of a KV range scan.
Types
Constructors
Functions
Properties
Constructors
Scan
Term
Link copied to clipboard
fun
ScanTerm
(
term
:
String
,
exclusive
:
Boolean
=
false
)
Content copied to clipboard
Scan
Term
Link copied to clipboard
fun
ScanTerm
(
term
:
ByteArray
,
exclusive
:
Boolean
=
false
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
exclusive
Link copied to clipboard
val
exclusive
:
Boolean
=
false
Content copied to clipboard
term
Link copied to clipboard
val
term
:
ByteArray
Content copied to clipboard