public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage
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-08-07 UTC."],[[["This page details the `BeginTransactionRequest` class, which is used to initiate transactions within Google Cloud Firestore, specifically within the `Google.Cloud.Firestore.V1` namespace."],["The latest version available is 3.10.0, and the page provides documentation links for versions ranging from 2.3.0 to 3.10.0, allowing developers to access details for their specific version."],["`BeginTransactionRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to integrate with various .NET and Google Protobuf functionalities."],["The class has two constructors: a default constructor `BeginTransactionRequest()` and one that takes another `BeginTransactionRequest` as a parameter for copying."],["Key properties of `BeginTransactionRequest` include `Database` which specifies the database name in a defined format, and `Options` which defines the transaction options and defaults to a read-write transaction."]]],[]]