@Stability.Volatile public class RangeScan extends ScanType
ScanTerms.
Use ScanType.rangeScan(ScanTerm, ScanTerm) to construct.
| Modifier and Type | Class and Description |
|---|---|
class |
RangeScan.Built |
| Modifier and Type | Method and Description |
|---|---|
RangeScan.Built |
build() |
Optional<ScanTerm> |
from()
Returns the
ScanTerm used to start scanning from. |
Optional<ScanTerm> |
to()
Returns the
ScanTerm to scan to. |
prefixScan, rangeScan, samplingScan, samplingScanpublic Optional<ScanTerm> from()
ScanTerm used to start scanning from.ScanTerm used to start scanning from.public Optional<ScanTerm> to()
ScanTerm to scan to.ScanTerm to scan to.@Stability.Internal public RangeScan.Built build()
Copyright © 2024 Couchbase, Inc.. All rights reserved.