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 transaction behavior in Firestore."],["The latest version available is 3.10.0, but the page also provides links to older versions ranging from 3.9.0 down to 2.3.0 for reference."],["`TransactionOptions` allows transactions to be set as either `ReadOnly` or `ReadWrite`, controlling whether the transaction can perform only read operations or both read and write operations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for serialization, comparison, cloning, and buffer management."]]],[]]