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-03-21 UTC."],[[["This webpage provides reference documentation for the `TransactionOptions` class within the Google Cloud Firestore v1 API for .NET, specifically version 3.7.0."],["The `TransactionOptions` class is used to specify options when creating new transactions, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one that takes no parameters and another that takes another `TransactionOptions` object as a parameter."],["The `TransactionOptions` class includes properties to define the transaction mode, allowing it to be `ReadOnly` for read operations only or `ReadWrite` for both read and write operations."],["The page also provides links to different versions of the `TransactionOptions` class, ranging from version 2.3.0 to the latest version 3.10.0, in the sidebar."]]],[]]