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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eTransactionOptions\u003c/code\u003e class within the Google Cloud Firestore V1 API, covering versions from 2.3.0 up to the latest 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransactionOptions\u003c/code\u003e class is used to define the parameters for creating new transactions in Firestore, and it implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows users to set the transaction mode via the \u003ccode\u003eModeCase\u003c/code\u003e property, which can be either \u003ccode\u003eReadOnly\u003c/code\u003e (for read operations only) or \u003ccode\u003eReadWrite\u003c/code\u003e (for both read and write operations).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a default \u003ccode\u003eTransactionOptions()\u003c/code\u003e constructor, and a \u003ccode\u003eTransactionOptions(TransactionOptions other)\u003c/code\u003e constructor that takes another \u003ccode\u003eTransactionOptions\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation for the class includes the inherited members from the base \u003ccode\u003eobject\u003c/code\u003e class such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]