[[["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, version 2.34.0, which is used to configure options for `spanner::Client::Commit()` calls."],["`CommitOptions` is now considered deprecated in favor of using `google::cloud::Options` and setting `CommitReturnStatsOption`, `RequestPriorityOption`, or `TransactionTagOption` as needed."],["You can control if the `CommitResult` includes `CommitStats` by using `set_return_stats()` and check if it should with `return_stats()`."],["You can set the priority of the commit call using `set_request_priority()` or get the priority set with `request_priority()`, as well as set a transaction tag using `set_transaction_tag()` or get it with `transaction_tag()`."],["You can also set a max commit delay with `set_max_commit_delay()`, or you can get the delay that is set with `max_commit_delay()`."]]],[]]