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-06-12 UTC."],[[["The webpage provides documentation for the `TransactionOptions` class within the Google Cloud Firestore V1 API, detailing its usage and capabilities."],["`TransactionOptions` is designed for creating new transactions and is part of the `Google.Cloud.Firestore.V1` namespace."],["The class can be used in two distinct modes, `ReadOnly` for read-only operations and `ReadWrite` for both read and write operations."],["The page offers version-specific documentation, including the latest version (3.10.0) and versions down to 2.3.0, which enables users to select documentation relevant to their project's version."],["The `TransactionOptions` class implements various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and also provides constructors and properties like `ModeCase`, `ReadOnly`, and `ReadWrite`."]]],[]]