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-03-21 UTC."],[[["The latest version of the `BeginTransactionRequest` is 3.10.0, and this page provides access to documentation for multiple versions, ranging from 2.3.0 to 3.10.0."],["`BeginTransactionRequest` is a sealed class that represents the request for `Firestore.BeginTransaction` and it inherits from `Object`."],["The `BeginTransactionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Database`, which is a required string representing the database name, and `Options`, which defines the transaction options."],["The class features two constructors: a default `BeginTransactionRequest()` and one that accepts another `BeginTransactionRequest` object as a parameter."]]],[]]