[[["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-21 UTC."],[[["This document outlines the `CommitOptions` class for the Google Cloud Spanner C++ client library, specifically version 2.30.0, which allows setting options for `spanner::Client::Commit()` calls."],["`CommitOptions` is now considered deprecated, with users instead being advised to use `google::cloud::Options` to set options like `CommitReturnStatsOption`, `RequestPriorityOption`, and `TransactionTagOption`."],["You can configure whether the `CommitResult` should include `CommitStats` using the `set_return_stats(bool)` and `return_stats()` functions, with default options not providing stats."],["It is possible to set the priority and the transaction tag of a `spanner::Client::Commit()` call through the functions `set_request_priority()` and `set_transaction_tag()`."],["The function `set_max_commit_delay()` allows the specification of a maximum delay for commit operations."]]],[]]