[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This document details the `QueryOptions` class for configuring SQL query execution on the server, with a range of versions from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["`QueryOptions` is now deprecated in favor of using `Options`, with the specific options (`QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, `RequestTagOption`) being set directly as needed."],["The class offers methods to manage the query optimizer version, optimizer statistics package, request priority, and request tag, and you can set these options using `set_` methods."],["There are constructors available for creating `QueryOptions` objects from various parameters, including copy and move constructors, as well as one that takes an `Options` object."],["The `QueryOptions` class includes conversion to `Options` via the `operator Options() const`, facilitating the transition to the recommended options management method."]]],[]]