65 std::function<void(
error, std::vector<management::analytics_index>)>;
Common options that used by most operations.
Definition common_options.hxx:37
auto build_common_options() const -> built
Definition common_options.hxx:89
Definition get_all_indexes_analytics_options.hxx:30
auto build() const -> built
Validates options and returns them as an immutable value.
Definition get_all_indexes_analytics_options.hxx:52
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
std::function< void(error, std::vector< management::analytics_index >)> get_all_indexes_analytics_handler
The signature for the handler of the analytics_index_manager::get_all_indexes() operation.
Definition get_all_indexes_analytics_options.hxx:64
Immutable value object representing consistent options.
Definition get_all_indexes_analytics_options.hxx:38