public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class BeginTransactionRequest.
The request for
[Datastore.BeginTransaction][google.datastore.v1.Datastore.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-03-21 UTC."],[[["This webpage provides documentation for the `BeginTransactionRequest` class within the Google Cloud Datastore V1 API, specifically for .NET development."],["The `BeginTransactionRequest` class is used to initiate a new transaction with the Datastore API, and it inherits from base classes such as `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Google.Cloud.Datastore.V1 library is 4.15.0, and this page also contains documentation for many previous versions back to 3.2.0."],["The `BeginTransactionRequest` class includes properties like `DatabaseId`, `ProjectId`, and `TransactionOptions`, which are used to define the parameters of the new transaction."],["The documentation includes constructors and property details for the `BeginTransactionRequest` class, as well as information on inherited members and the namespace and assembly it is apart of."]]],[]]