[[["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` for more flexible option management, alongside specific options such as `CommitReturnStatsOption`, `RequestPriorityOption`, and `TransactionTagOption`."],["You can specify whether to include commit statistics in the `CommitResult` by using the `set_return_stats` function or directly through `Options` with `CommitReturnStatsOption`."],["You can set the priority of a `spanner::Client::Commit()` call and assign a transaction tag via the `set_request_priority` and `set_transaction_tag` functions."],["The document provides links to documentation for various versions, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, and each of these versions link to the `CommitOptions` class within its respective release."]]],[]]