public sealed class TransactionOptions : IMessage<TransactionOptions>, IEquatable<TransactionOptions>, IDeepCloneable<TransactionOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class TransactionOptions.
[[["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-07-09 UTC."],[[["This webpage provides documentation for the `TransactionOptions` class within the Google Cloud Firestore V1 API, specifically version 3.9.0, with links to other versions as well."],["The `TransactionOptions` class is used to configure options when creating a new transaction in Firestore, which is found in the namespace `Google.Cloud.Firestore.V1`."],["`TransactionOptions` class has two constructors, one default and the other to create it based off another `TransactionOptions` object, and it can be used to specify whether the transaction should be read-only or read-write."],["The `ModeCase` property is used to determine the type of transaction, while the `ReadOnly` property indicates a transaction for read operations only and the `ReadWrite` property indicates it can be both read and write."],["The `TransactionOptions` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]