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 `BeginTransactionRequest` class is part of the Google Cloud Firestore v1 API and is used to initiate a transaction."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its comprehensive functionality within the API."],["The `BeginTransactionRequest` class has two constructors and has two key properties, `Database` which is a required string specifying the database location, and `Options` which details the transaction type and defaults to read-write."],["There are multiple versions available, with the latest being 3.10.0, and ranging down to version 2.3.0, all under the `BeginTransactionRequest` class."]]],[]]