Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
Immutable value representing the scan type. More...
#include <couchbase/scan_type.hxx>
Public Types | |
enum | type { prefix_scan , range_scan , sampling_scan } |
Public Attributes | |
type | type |
std::string | prefix {} |
std::optional< scan_term::built > | from {} |
std::optional< scan_term::built > | to {} |
std::size_t | limit {} |
std::optional< std::uint64_t > | seed {} |
enum type |
std::optional<scan_term::built> from {} |
std::size_t limit {} |
std::string prefix {} |
std::optional<std::uint64_t> seed {} |
std::optional<scan_term::built> to {} |