public sealed class ReadWrite : IMessage<TransactionOptions.Types.ReadWrite>, IEquatable<TransactionOptions.Types.ReadWrite>, IDeepCloneable<TransactionOptions.Types.ReadWrite>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class TransactionOptions.Types.ReadWrite.
[[["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 provides documentation for the `TransactionOptions.Types.ReadWrite` class within the Google Cloud Datastore v1 API for .NET, with the current version being 4.4.0."],["The class `ReadWrite` is used to define options specific to read/write transactions in the Google Cloud Datastore API, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReadWrite` class has two constructors: a default constructor and one that takes another `TransactionOptions.Types.ReadWrite` object as a parameter."],["The `PreviousTransaction` property of type `ByteString` allows specifying the identifier of a transaction being retried."],["The page also contains links to prior versions, with the latest version being 4.15.0."]]],[]]