Modifier and Type | Method and Description |
---|---|
boolean |
exclusive() |
static ScanTerm |
exclusive(String id)
Creates an exclusive
ScanTerm from a UTF-8 string. |
String |
id()
Returns the key pattern of this term.
|
static ScanTerm |
inclusive(String id)
Creates an inclusive
ScanTerm from a UTF-8 string. |
com.couchbase.client.core.kv.CoreScanTerm |
toCore() |
String |
toString() |
public String id()
public boolean exclusive()
public static ScanTerm inclusive(String id)
ScanTerm
from a UTF-8 string.id
- the document ID / pattern to use as the scan term.ScanTerm
.public static ScanTerm exclusive(String id)
ScanTerm
from a UTF-8 string.id
- the document ID / pattern to use as the scan term.ScanTerm
.@Stability.Internal public com.couchbase.client.core.kv.CoreScanTerm toCore()
Copyright © 2024 Couchbase, Inc.. All rights reserved.