Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
scan_type::built Struct Reference

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::builtfrom {}
 
std::optional< scan_term::builtto {}
 
std::size_t limit {}
 
std::optional< std::uint64_t > seed {}
 

Detailed Description

Immutable value representing the scan type.

Since
1.0.0
Internal
Internal interface

Member Enumeration Documentation

◆ type

enum type
Enumerator
prefix_scan 
range_scan 
sampling_scan 

Member Data Documentation

◆ from

std::optional<scan_term::built> from {}

◆ limit

std::size_t limit {}

◆ prefix

std::string prefix {}

◆ seed

std::optional<std::uint64_t> seed {}

◆ to

std::optional<scan_term::built> to {}

◆ type


The documentation for this struct was generated from the following file: