public sealed class TransactionOptions.Types.ReadWrite : IMessage<TransactionOptions.Types.ReadWrite>, IEquatable<TransactionOptions.Types.ReadWrite>, IDeepCloneable<TransactionOptions.Types.ReadWrite>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class TransactionOptions.Types.ReadWrite.
Options for a transaction that can be used to read and write documents.
[[["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-08-07 UTC."],[[["This page provides reference documentation for the `TransactionOptions.Types.ReadWrite` class within the Google Cloud Firestore v1 API, specifically detailing options for transactions involving reading and writing documents."],["The `TransactionOptions.Types.ReadWrite` class is part of the `Google.Cloud.Firestore.V1` namespace, found in the `Google.Cloud.Firestore.V1.dll` assembly and includes versions ranging from 2.3.0 to the latest 3.10.0."],["The `TransactionOptions.Types.ReadWrite` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and how it interacts with other parts of the system."],["It includes two constructors, a default `ReadWrite()` constructor and a `ReadWrite(TransactionOptions.Types.ReadWrite other)` constructor that takes another instance of `TransactionOptions.Types.ReadWrite` as a parameter."],["The class has a `RetryTransaction` property of type `ByteString`, allowing for an optional transaction to be retried."]]],[]]