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-06-12 UTC."],[[["This page details the `ReadWrite` class, which provides options for transactions that involve both reading and writing documents within the Google Cloud Firestore V1 library."],["The `ReadWrite` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and integration within the library."],["There are multiple versions available for the `ReadWrite` class, with the latest being version 3.10.0, and versions are available down to 2.3.0."],["The `ReadWrite` class offers two constructors: a default one and another that accepts an existing `TransactionOptions.Types.ReadWrite` instance."],["The `RetryTransaction` property, of type `ByteString`, is available to set an optional transaction to retry."]]],[]]