Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <cstdint>
#include <optional>
#include <string>
#include <utility>
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() | |