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

Options for collection::lookup_in(). More...

#include <couchbase/lookup_in_options.hxx>

Inheritance diagram for lookup_in_options:
Inheritance graph

Classes

struct  built
 Immutable value object representing consistent options. More...
 

Public Member Functions

auto build () const -> built
 Validates options and returns them as an immutable value.
 
auto access_deleted (bool value) -> lookup_in_options &
 For internal use only: allows access to deleted documents that are in 'tombstone' form.
 
- Public Member Functions inherited from common_durability_options< lookup_in_options >
auto durability (durability_level level) -> lookup_in_options &
 Allows to customize the enhanced durability requirements for this operation.
 
auto durability (persist_to persist_to_nodes, replicate_to replicate_to_nodes) -> lookup_in_options &
 Allows to customize the poll-based durability requirements for this operation.
 
- Public Member Functions inherited from common_options< derived_class >
auto timeout (const std::chrono::milliseconds timeout) -> derived_class &
 Specifies a custom per-operation timeout.
 
auto retry_strategy (const std::shared_ptr< retry_strategy > strategy) -> derived_class &
 Specifies a custom couchbase::retry_strategy for this operation.
 

Additional Inherited Members

- Protected Member Functions inherited from common_durability_options< lookup_in_options >
auto build_common_durability_options () const -> built
 
- Protected Member Functions inherited from common_options< derived_class >
auto build_common_options () const -> built
 
auto self () -> derived_class &
 Allows to return the right options builder instance for child implementations.
 

Detailed Description

Options for collection::lookup_in().

Since
1.0.0
Committed
Generally available API and should be preferred in production

Member Function Documentation

◆ access_deleted()

auto access_deleted ( bool value) -> lookup_in_options&
inline

For internal use only: allows access to deleted documents that are in 'tombstone' form.

Since
1.0.0
Internal
Internal interface

◆ build()

auto build ( ) const -> built
inline

Validates options and returns them as an immutable value.

Returns
consistent options as an immutable value
Exceptions
std::system_errorwith code errc::common::invalid_argument if the options are not valid
Since
1.0.0
Internal
Internal interface

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