[[["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-04-02 UTC."],[[["This document outlines the `CommitOptions` class, used to configure options for `spanner::Client::Commit()` calls in the Google Cloud Spanner C++ client library."],["The `CommitOptions` class is being deprecated in favor of using `google::cloud::Options` to set options like `CommitReturnStatsOption`, `RequestPriorityOption`, and `TransactionTagOption`."],["You can control whether the `CommitResult` contains `CommitStats` via the `set_return_stats()` and `return_stats()` functions, while also setting the request priority and transaction tag using dedicated setter and getter functions."],["The latest version of the library is `2.37.0-rc`, and this specific documentation is for version `2.36.0` with a full list of historical versions available."],["You can also adjust the `max_commit_delay` for `CommitOptions` using `set_max_commit_delay()` and `max_commit_delay()` functions."]]],[]]