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 document provides reference documentation for the `TransactionOptions` class within the Google Cloud Firestore v1 API for .NET."],["`TransactionOptions` are used to specify options when creating a new transaction, which are part of the Google.Cloud.Firestore.V1 namespace."],["The `TransactionOptions` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors: a default one and one that takes another `TransactionOptions` object as a parameter, also featuring properties that allow you to set the transaction mode to `ReadOnly` or `ReadWrite`."],["There is a variety of different versions of the package available, ranging from 3.10.0 down to 2.3.0, with 3.10.0 being the latest version available."]]],[]]