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 page details the `ReadWrite` class, which is specific to read/write transactions within the Google Cloud Datastore V1 library."],["The `ReadWrite` class is part of the `TransactionOptions.Types` and it inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReadWrite` class has a property called `PreviousTransaction` which is of type `ByteString` and represents the transaction identifier for retried transactions."],["The documentation covers versions of the library ranging from 3.2.0 to the latest version 4.15.0, all available to be accessed."],["Two constructors are offered for the class, one empty and the other taking in `TransactionOptions.Types.ReadWrite` to use as another."]]],[]]