public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class BeginTransactionRequest.
The request for [Firestore.BeginTransaction][google.firestore.v1.Firestore.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."],[[["The document provides reference documentation for the `BeginTransactionRequest` class within the Google Cloud Firestore v1 API for .NET."],["`BeginTransactionRequest` is used to initiate a transaction in Firestore and is found within the `Google.Cloud.Firestore.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and object manipulation within the API."],["It includes properties such as `Database`, which specifies the required database name, and `Options`, which dictates the transaction type, with a default of read-write."],["There are multiple versions of this API documented here, from version 2.3.0 to 3.10.0, the latest, demonstrating the evolution of the API."]]],[]]