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."],[[["This page provides reference documentation for the `BeginTransactionRequest` class within the Google Cloud Firestore V1 API for .NET."],["The `BeginTransactionRequest` class is used to initiate a transaction in Firestore and includes the database name and transaction options."],["The documentation details the implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` by the `BeginTransactionRequest` class."],["It lists the available versions of the API, ranging from the latest 3.10.0 down to version 2.3.0, with links to each specific version's documentation."],["The content details the constructors, properties like Database and Options, along with inherited members related to the `BeginTransactionRequest` class."]]],[]]