A prefix scan performs a scan that includes all documents whose keys start with the given prefix.
More...
#include <couchbase/scan_type.hxx>
|
| prefix_scan (std::string prefix) |
| Creates an instance of a prefix scan type.
|
|
auto | build () const -> built override |
| Returns the prefix scan type as an immutable value.
|
|
virtual | ~scan_type ()=default |
|
A prefix scan performs a scan that includes all documents whose keys start with the given prefix.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ prefix_scan()
Creates an instance of a prefix scan type.
- Parameters
-
prefix | The prefix all document keys should start with. |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ build()
auto build |
( |
| ) |
const -> built |
|
inlinenodiscardoverridevirtual |
Returns the prefix scan type as an immutable value.
- Returns
- scan type as an immutable value.
- Since
- 1.0.0
- Internal
- Internal interface
Implements scan_type.
The documentation for this struct was generated from the following file: