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-03-21 UTC."],[[["This webpage details the `ReadWrite` class within the `Google.Cloud.Datastore.V1` namespace, specifically for handling read/write transaction options in .NET."],["The latest version of this resource is 4.15.0, and the page includes historical documentation for versions ranging from 3.2.0 to 4.15.0, providing access to prior iterations."],["The `ReadWrite` class inherits from the base `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that takes another `TransactionOptions.Types.ReadWrite` object as a parameter."],["The class contains the `PreviousTransaction` property which is used to store the transaction identifier of a retried transaction and is of type `ByteString`."]]],[]]