[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]