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 document provides reference documentation for the `TransactionOptions` class within the Firestore v1 API, specifically for version 3.5.1."],["The `TransactionOptions` class is used to define options when creating a new transaction and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties to control transaction behavior, such as `ReadOnly`, which specifies that the transaction is for read operations only, and `ReadWrite`, which allows for both read and write operations."],["The document details the constructors available for the `TransactionOptions` class, including a default constructor and one that accepts another `TransactionOptions` instance."],["A history of older versions of this class are also available, from version 2.3.0 all the way up to the latest 3.10.0."]]],[]]