74 bool ignore_if_not_exists_{
false };
Common options that used by most operations.
Definition common_options.hxx:37
auto self() -> drop_dataverse_analytics_options &
Definition common_options.hxx:102
auto build_common_options() const -> built
Definition common_options.hxx:89
Definition drop_dataverse_analytics_options.hxx:28
auto ignore_if_not_exists(bool ignore_if_not_exists) -> drop_dataverse_analytics_options &
Ignore error if the dataverse does not exist.
Definition drop_dataverse_analytics_options.hxx:41
auto build() const -> built
Validates options and returns them as an immutable value.
Definition drop_dataverse_analytics_options.hxx:68
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
std::function< void(error)> drop_dataverse_analytics_handler
The signature for the handler of the analytics_index_manager::drop_dataverse() operation.
Definition drop_dataverse_analytics_options.hxx:83
Immutable value object representing consistent options.
Definition drop_dataverse_analytics_options.hxx:53
bool ignore_if_not_exists
Definition drop_dataverse_analytics_options.hxx:54