public sealed class TransactionOptions : IMessage<TransactionOptions>, IEquatable<TransactionOptions>, IDeepCloneable<TransactionOptions>, IBufferMessage, IMessage
[[["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\u003eThe \u003ccode\u003eTransactionOptions\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace provides options for creating new transactions within the Google Cloud Firestore service, with the most recent version of the documentation being 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThis 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 base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransactionOptions\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eTransactionOptions\u003c/code\u003e object, allowing for the creation of new options or duplicating existing ones.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two key properties, \u003ccode\u003eReadOnly\u003c/code\u003e and \u003ccode\u003eReadWrite\u003c/code\u003e, to specify whether the transaction will be restricted to read operations or can be used for both read and write operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModeCase\u003c/code\u003e property indicates whether the transaction is in read only or read write mode, using the enum \u003ccode\u003eTransactionOptions.ModeOneofCase\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]