public sealed class ReadWrite : IMessage<TransactionOptions.Types.ReadWrite>, IEquatable<TransactionOptions.Types.ReadWrite>, IDeepCloneable<TransactionOptions.Types.ReadWrite>, IBufferMessage, IMessage
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 webpage details the `ReadWrite` class, which provides options for transactions that involve both reading and writing to documents within Google Cloud Firestore."],["The `ReadWrite` class is part of the `Google.Cloud.Firestore.V1` namespace and is found in the `Google.Cloud.Firestore.V1.dll` assembly."],["The class is derived from `System.Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default `ReadWrite()` and one that accepts another `TransactionOptions.Types.ReadWrite` instance as a parameter."],["The class has one property called `RetryTransaction`, which is a `ByteString` that allows for specifying a transaction to retry."]]],[]]