userver: ydb::QuerySettings Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ydb::QuerySettings Struct Referencefinal

Detailed Description

Definition at line 33 of file settings.hpp.

Public Attributes

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

Member Data Documentation

◆ collect_query_stats

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

Definition at line 35 of file settings.hpp.

◆ keep_in_query_cache

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

Definition at line 34 of file settings.hpp.


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