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-02 UTC."],[[["The `TransactionOptions` class in the `Google.Cloud.Firestore.V1` namespace provides options for creating new transactions within the Google Cloud Firestore service, with the most recent version of the documentation being 3.10.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `TransactionOptions` class has two constructors, one default and one that takes another `TransactionOptions` object, allowing for the creation of new options or duplicating existing ones."],["It offers two key properties, `ReadOnly` and `ReadWrite`, to specify whether the transaction will be restricted to read operations or can be used for both read and write operations."],["The `ModeCase` property indicates whether the transaction is in read only or read write mode, using the enum `TransactionOptions.ModeOneofCase`."]]],[]]