userver: ydb::QuerySettings Struct Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ydb::QuerySettings Struct Referencefinal

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Definition at line 31 of file settings.hpp.

Public Attributes

std::optional< bool > keep_in_query_cache {std::nullopt}
 
std::optional< NYdb::NTable::ECollectQueryStatsMode > collect_query_stats {std::nullopt}
 

Member Data Documentation

◆ collect_query_stats

std::optional<NYdb::NTable::ECollectQueryStatsMode> ydb::QuerySettings::collect_query_stats {std::nullopt}

Definition at line 33 of file settings.hpp.

◆ keep_in_query_cache

std::optional<bool> ydb::QuerySettings::keep_in_query_cache {std::nullopt}

Definition at line 32 of file settings.hpp.


The documentation for this struct was generated from the following file: