[[["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-01 UTC."],[[["This webpage details the `TransactionOptions` class within the Google Cloud Firestore .NET library, specifically version 2.5.0, and it is an immutable class used for configuring transaction executions."],["The `TransactionOptions` class includes a `Default` property, providing the default settings for transactions when no specific options are defined by the user."],["The `MaxAttempts` property, of type `Int32`, determines how many times a transaction will retry before it fails."],["The `ForMaxAttempts(Int32)` method enables users to create new `TransactionOptions` instances, which allows you to set the maximum number of attempts for a transaction, with the argument needing to be a positive number."],["This page also provides a list of the documented versions for this library, ranging from the latest, 3.10.0, down to 2.3.1."]]],[]]