Package com.couchbase.client.java.kv
Class ScanTerm
java.lang.Object
com.couchbase.client.java.kv.ScanTerm
A single 
ScanTerm identifying either the point to scan from or to scan to.- 
Method Details- 
idReturns the key pattern of this term.
- 
exclusivepublic boolean exclusive()
- 
inclusiveCreates an inclusiveScanTermfrom a UTF-8 string.- Parameters:
- id- the document ID / pattern to use as the scan term.
- Returns:
- the created ScanTerm.
 
- 
exclusiveCreates an exclusiveScanTermfrom a UTF-8 string.- Parameters:
- id- the document ID / pattern to use as the scan term.
- Returns:
- the created ScanTerm.
 
- 
toCore
- 
toString
 
-