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-07-09 UTC."],[[["This webpage details the `TransactionOptions` class within the `Google.Cloud.Firestore.V1` namespace, used for configuring new Firestore transactions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality."],["The `TransactionOptions` class offers two distinct modes for transactions, which are `ReadOnly` for read-only operations and `ReadWrite` for both read and write operations."],["There are multiple version of the class documentation listed on the page ranging from version 2.3.0 to 3.10.0, with the latest version being 3.10.0."]]],[]]