public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].
[[["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-04-17 UTC."],[[["The page details the `BeginTransactionRequest` class, which is used to initiate a transaction in Google Cloud Spanner."],["The `BeginTransactionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and the other accepting another `BeginTransactionRequest` instance."],["It includes properties for setting the transaction `Options` and specifying the `Session` in which the transaction will operate."],["The documentation provided lists multiple versions of `BeginTransactionRequest`, ranging from version 3.5.0 up to the latest beta release 5.0.0-beta05, each linking to its respective documentation page."]]],[]]