Class RangeScan
A range scan.
Implements
Inherited Members
Namespace: Couchbase.KeyValue .RangeScan
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public class RangeScan : ScanType, IScanType
Constructors
| Edit this page View SourceRangeScan(ScanTerm, ScanTerm)
Declaration
public RangeScan(ScanTerm from = null, ScanTerm to = null)
Parameters
| Edit this page View SourceRangeScan(ScanTerm, ScanTerm, string)
Declaration
public RangeScan(ScanTerm from, ScanTerm to, string collectionName)
Parameters
| Edit this page View SourceRangeScan(ScanTerm, string)
Declaration
public RangeScan(ScanTerm from, string collectionName)
Parameters
Properties
| Edit this page View SourceFrom
The starting position of the scan.
Declaration
public ScanTerm From { get; set; }
Property Value
Type | Description |
---|---|
Scan |
To
The final position of the scan.
Declaration
public ScanTerm To { get; set; }
Property Value
Type | Description |
---|---|
Scan |