[[["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, 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 set options like whether to include `CommitStats` in the `CommitResult`, the priority of the commit request, and a tag for the transaction."],["The class provides functions to set and retrieve the commit statistics (`set_return_stats`, `return_stats`), request priority (`set_request_priority`, `request_priority`), transaction tag (`set_transaction_tag`, `transaction_tag`), and the maximum commit delay (`set_max_commit_delay`, `max_commit_delay`)."],["The latest release candidate version of this document is version 2.37.0-rc, and it has version history going all the way back to version 2.11.0."]]],[]]