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 webpage details the `ReadWrite` class within the `Google.Cloud.Firestore.V1` namespace, which provides options for transactions that can read and write documents."],["The `ReadWrite` class has multiple versions available, ranging from version 2.3.0 to 3.10.0, with version 3.10.0 being the latest."],["The `ReadWrite` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, giving it certain functionalities."],["The `ReadWrite` class can be constructed either as a new instance or from an existing `TransactionOptions.Types.ReadWrite` object."],["The class includes a `RetryTransaction` property of type `ByteString`, which allows for the specification of an optional transaction to retry."]]],[]]