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 Spanner v1 API class TransactionOptions.Types.ReadWrite.
Message type to initiate a read-write transaction. Currently this
transaction type has no options.
[[["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 documentation covers the `TransactionOptions.Types.ReadWrite` class within the Google Cloud Spanner V1 API, used for initiating read-write transactions, which currently has no specific options."],["This class is a message type and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling transaction-related data and operations."],["The documentation provides information on multiple versions, ranging from `3.5.0` to the latest beta `5.0.0-beta05`, allowing users to select the appropriate version of the `TransactionOptions.Types.ReadWrite` class, along with its respective implementations for each."],["The `ReadWrite` class includes constructors for creating new instances and copying from existing instances, and it also contains a `ReadLockMode` property for managing the read lock mode of a transaction."],["This specific class inherits from the base object class, and has several members that are inherited from it, namely the `GetHashCode`, `GetType`, and `ToString` functions."]]],[]]