public sealed class TransactionOptions : IMessage<TransactionOptions>, IEquatable<TransactionOptions>, IDeepCloneable<TransactionOptions>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This webpage details the `TransactionOptions` class within the `Google.Cloud.Firestore.V1` namespace, specifically version 2.3.0."],["The `TransactionOptions` class provides options for creating new transactions and can be used for read-only or read-write operations."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The page lists several previous versions of `TransactionOptions` available, ranging from version 2.3.0 up to the latest version 3.10.0, with links to each version's documentation."],["`TransactionOptions` contains properties `ModeCase`, `ReadOnly`, and `ReadWrite` that allow for configuration of the type of transaction to be performed."]]],[]]