userver: storages::postgres::ConnectionSettingsDynamic Struct Reference
Loading...
Searching...
No Matches
storages::postgres::ConnectionSettingsDynamic Struct Referencefinal

Detailed Description

Definition at line 339 of file options.hpp.

Public Attributes

std::optional< ConnectionSettings::PreparedStatementOptions > prepared_statements {}
std::optional< ConnectionSettings::UserTypesOptions > user_types {}
std::optional< std::size_t > max_prepared_cache_size {}
std::optional< std::size_t > recent_errors_threshold {}
std::optional< ConnectionSettings::CheckQueryParamsOptions > ignore_unused_query_params {}
std::optional< std::chrono::seconds > max_ttl {}
std::optional< ConnectionSettings::DiscardOnConnectOptions > discard_on_connect {}
std::optional< bool > deadline_propagation_enabled {}
std::optional< bool > omit_statement_timeout_for_autocommit {}

Member Data Documentation

◆ deadline_propagation_enabled

std::optional<bool> storages::postgres::ConnectionSettingsDynamic::deadline_propagation_enabled {}

Definition at line 347 of file options.hpp.

◆ discard_on_connect

std::optional<ConnectionSettings::DiscardOnConnectOptions> storages::postgres::ConnectionSettingsDynamic::discard_on_connect {}

Definition at line 346 of file options.hpp.

◆ ignore_unused_query_params

std::optional<ConnectionSettings::CheckQueryParamsOptions> storages::postgres::ConnectionSettingsDynamic::ignore_unused_query_params {}

Definition at line 344 of file options.hpp.

◆ max_prepared_cache_size

std::optional<std::size_t> storages::postgres::ConnectionSettingsDynamic::max_prepared_cache_size {}

Definition at line 342 of file options.hpp.

◆ max_ttl

std::optional<std::chrono::seconds> storages::postgres::ConnectionSettingsDynamic::max_ttl {}

Definition at line 345 of file options.hpp.

◆ omit_statement_timeout_for_autocommit

std::optional<bool> storages::postgres::ConnectionSettingsDynamic::omit_statement_timeout_for_autocommit {}

Definition at line 348 of file options.hpp.

◆ prepared_statements

std::optional<ConnectionSettings::PreparedStatementOptions> storages::postgres::ConnectionSettingsDynamic::prepared_statements {}

Definition at line 340 of file options.hpp.

◆ recent_errors_threshold

std::optional<std::size_t> storages::postgres::ConnectionSettingsDynamic::recent_errors_threshold {}

Definition at line 343 of file options.hpp.

◆ user_types

std::optional<ConnectionSettings::UserTypesOptions> storages::postgres::ConnectionSettingsDynamic::user_types {}

Definition at line 341 of file options.hpp.


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