public sealed class TransactionOptions.Types.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."],[[["The latest version available for `TransactionOptions.Types.ReadWrite` in the Google Cloud Datastore v1 API is 4.15.0, with links available for previous versions dating back to 3.2.0."],["`TransactionOptions.Types.ReadWrite` is a class within the Google.Cloud.Datastore.V1 namespace, used for managing options in read/write transactions."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members from the `object` class."],["It features a `PreviousTransaction` property of type `ByteString` that stores the transaction identifier of the retried transaction."],["The class has two constructors, `ReadWrite()`, and `ReadWrite(TransactionOptions.Types.ReadWrite other)`, with the second constructor taking another `TransactionOptions.Types.ReadWrite` instance as a parameter."]]],[]]