[[["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 for Google Cloud Spanner C++ client, which provides ways to configure options for `spanner::Client::Commit()` calls."],["The `CommitOptions` are used to set parameters such as whether to return statistics, request priority, and a transaction tag, that can be applied when using the `client.Commit()` function in Google Spanner C++ Client."],["The class is being deprecated in favor of the `google::cloud::Options` class, which can be used with the `CommitReturnStatsOption`, `RequestPriorityOption`, and `TransactionTagOption` for similar functionalities."],["The `CommitOptions` class contains methods to set and get various parameters such as `return_stats`, `request_priority`, `transaction_tag`, and `max_commit_delay`, allowing for fine-grained control over commit operations."],["This page lists all of the available versions of the `CommitOptions` documentation, with the latest version being `2.37.0-rc` and spanning back to `2.11.0`."]]],[]]