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 documentation for the `TransactionOptions` class within the Google Cloud Firestore V1 API, covering versions from 2.3.0 up to the latest 3.10.0."],["The `TransactionOptions` class is used to define the parameters for creating new transactions in Firestore, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows users to set the transaction mode via the `ModeCase` property, which can be either `ReadOnly` (for read operations only) or `ReadWrite` (for both read and write operations)."],["There are two constructors available: a default `TransactionOptions()` constructor, and a `TransactionOptions(TransactionOptions other)` constructor that takes another `TransactionOptions` as a parameter."],["The documentation for the class includes the inherited members from the base `object` class such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]