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, specifically version 3.9.0, with links to other versions as well.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransactionOptions\u003c/code\u003e class is used to configure options when creating a new transaction in Firestore, which is found in the namespace \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTransactionOptions\u003c/code\u003e class has two constructors, one default and the other to create it based off another \u003ccode\u003eTransactionOptions\u003c/code\u003e object, and it can be used to specify whether the transaction should be read-only or read-write.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModeCase\u003c/code\u003e property is used to determine the type of transaction, while the \u003ccode\u003eReadOnly\u003c/code\u003e property indicates a transaction for read operations only and the \u003ccode\u003eReadWrite\u003c/code\u003e property indicates it can be both read and write.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransactionOptions\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]