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 page provides reference documentation for the `TransactionOptions` class within the Google Cloud Firestore v1 API, specifically for version 3.3.0."],["The `TransactionOptions` class is used to configure options for creating new transactions, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are a number of versioned endpoints for this page including version 3.10.0 (latest), and then versions going back to version 2.3.0."],["The class offers two primary properties, `ReadOnly` and `ReadWrite`, to define the transaction's capabilities for either read-only operations or both read and write operations."],["The class can be created using the default constructor `TransactionOptions()` or by using the constructor `TransactionOptions(TransactionOptions other)`, which takes another `TransactionOptions` as parameter."]]],[]]