Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
scan_type.hxx File Reference
#include <cstdint>
#include <optional>
#include <string>
#include <utility>
Include dependency graph for scan_type.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  scan_term
 A scan term used to specify the bounds of a range scan operation. More...
 
struct  scan_term::built
 Immutable value representing the scan term. More...
 
struct  scan_type
 The base class for the different scan types. More...
 
struct  scan_type::built
 Immutable value representing the scan type. More...
 
struct  prefix_scan
 A prefix scan performs a scan that includes all documents whose keys start with the given prefix. More...
 
struct  range_scan
 A range scan performs a scan on a range of keys. More...
 
struct  sampling_scan
 A sampling scan performs a scan that randomly selects documents up to a configured limit. More...
 

Namespaces

namespace  couchbase
 Represents a single item from the result of collection::scan()