[[["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 provides reference documentation for the `TransactionOptions` class within the Google Cloud Firestore API for .NET, detailing its purpose and usage in managing transaction execution options."],["The `TransactionOptions` class is an immutable entity used to specify options for executing transactions, including setting the maximum number of attempts before a transaction is considered a failure."],["The documentation lists various versions of the `Google.Cloud.Firestore` package, ranging from version 2.3.1 to the latest version 3.10.0, each linking to the respective version's documentation."],["The class has two properties, `Default`, which provides the default transaction options, and `MaxAttempts`, which allows users to see how many attempts the transaction will make, and one method, `ForMaxAttempts(int maxAttempts)`, to create a new instance with a custom amount of attempts."],["The `TransactionOptions` class inherits members from the `object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]