74 bool ignore_if_not_exists_{
false };
Common options that used by most operations.
Definition common_options.hxx:37
auto self() -> drop_query_index_options &
Definition common_options.hxx:102
auto build_common_options() const -> built
Definition common_options.hxx:89
Definition drop_query_index_options.hxx:29
auto build() const -> built
Validates options and returns them as an immutable value.
Definition drop_query_index_options.hxx:68
auto ignore_if_not_exists(bool ignore_if_not_exists) -> drop_query_index_options &
Set flag to ignore error if the index already exists.
Definition drop_query_index_options.hxx:42
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
std::function< void(error)> drop_query_index_handler
The signature for the handler of the query_index_manager::get_all_indexes() operation.
Definition drop_query_index_options.hxx:84
Immutable value object representing consistent options.
Definition drop_query_index_options.hxx:53
bool ignore_if_not_exists
Definition drop_query_index_options.hxx:54