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, specifically version 3.6.0."],["The `TransactionOptions` class is used to configure options when creating new transactions in Firestore."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile use and interaction."],["The class allows defining whether a transaction will have `ReadOnly` or `ReadWrite` capabilities through its properties, indicating if the transaction will only read or read and write data."],["The documentation also includes links to previous versions of the documentation for the TransactionOptions class, ranging from version 2.3.0 to the latest 3.10.0."]]],[]]