The transactions_query_config sets the defaults for all queries in the transactions. More...
#include <couchbase/transactions/transactions_query_config.hxx>
Public Member Functions | |
auto | scan_consistency (query_scan_consistency consistency) -> transactions_query_config & |
Set scan consistency for transactions. | |
auto | scan_consistency () const -> query_scan_consistency |
Get the scan consistency. | |
The transactions_query_config sets the defaults for all queries in the transactions.
|
inlinenodiscard |
Get the scan consistency.
|
inline |
Set scan consistency for transactions.
consistency | the query_scan_consistency to use. |