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."],[[["The `TransactionOptions` class in the Google Cloud Firestore v1 API provides options for creating new transactions in the .NET environment."],["The latest version of the `TransactionOptions` class is 3.10.0, but multiple previous versions are also documented and accessible."],["`TransactionOptions` can be set for either read-only or read-write operations using the properties `ReadOnly` and `ReadWrite`, respectively."],["The class `TransactionOptions` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `TransactionOptions` class has a constructor that allows you to create a new object from another `TransactionOptions` object."]]],[]]