Common options that used by most operations.
Definition common_options.hxx:37
auto build_common_options() const -> built
Definition common_options.hxx:89
Represents result of exists operations.
Definition exists_result.hxx:34
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
std::function< void(error, exists_result)> exists_handler
The signature for the handler of the collection::exists() operation.
Definition exists_options.hxx:74
Immutable value object representing consistent options.
Definition exists_options.hxx:48
Options for collection::exists().
Definition exists_options.hxx:41
auto build() const -> built
Validates options and returns them as an immutable value.
Definition exists_options.hxx:62