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 `BeginTransactionRequest` class is used to initiate a transaction within the Google Cloud Spanner service, specifically within the `Google.Cloud.Spanner.V1` namespace."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities, including message handling, object comparison, cloning, and buffer management."],["The class provides two constructors: a default one and another that takes an existing `BeginTransactionRequest` object to create a copy."],["It has properties, `Options` and `Session`, that are essential for defining the transaction's configuration and specifying the session it will operate in, with the `Session` property also having a `SessionName`-typed view via the `SessionAsSessionName` property."],["The documentation outlines versioning, and lists available versions of the `BeginTransactionRequest`, ranging from version 3.5.0 up to the latest beta, 5.0.0-beta05, which are all links to their corresponding documentation pages."]]],[]]