public sealed class ReadWrite : IMessage<TransactionOptions.Types.ReadWrite>, IEquatable<TransactionOptions.Types.ReadWrite>, IDeepCloneable<TransactionOptions.Types.ReadWrite>, IBufferMessage, IMessage
[[["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-05 UTC."],[[["The content focuses on the `ReadWrite` class within the `Google.Cloud.Datastore.V1` namespace, specifically the options for read/write transactions."],["Version 4.15.0 is the latest release, and the page provides links to documentation for several older versions, down to 3.2.0."],["The `ReadWrite` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Two constructors are available for the `ReadWrite` class: a default constructor and another that accepts a `TransactionOptions.Types.ReadWrite` object."],["The class includes one property: `PreviousTransaction`, which is a `ByteString` representing the identifier of a retried transaction."]]],[]]