69 return { base, access_deleted_ };
80 access_deleted_ = value;
85 bool access_deleted_{
false };
Common options that used by most operations.
Definition common_durability_options.hxx:39
auto build_common_durability_options() const -> built
Definition common_durability_options.hxx:100
auto self() -> lookup_in_options &
Definition common_options.hxx:102
Represents result of lookup_in operations.
Definition lookup_in_result.hxx:43
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
std::function< void(error, lookup_in_result)> lookup_in_handler
The signature for the handler of the collection::lookup_in() operation.
Definition lookup_in_options.hxx:94
Immutable value object representing consistent options.
Definition lookup_in_options.hxx:51
const bool access_deleted
Definition lookup_in_options.hxx:52
Options for collection::lookup_in().
Definition lookup_in_options.hxx:44
auto access_deleted(bool value) -> lookup_in_options &
For internal use only: allows access to deleted documents that are in 'tombstone' form.
Definition lookup_in_options.hxx:78
auto build() const -> built
Validates options and returns them as an immutable value.
Definition lookup_in_options.hxx:66