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 document 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 using the `Firestore.BeginTransaction` method."],["The provided content details several different versions of the `BeginTransactionRequest`, from version 2.3.0 all the way to 3.10.0, with the current one being 3.8.0."],["The `BeginTransactionRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["This document defines the properties for the `BeginTransactionRequest` class, including a required string property `Database` and `Options` which is of type `TransactionOptions`."]]],[]]