Class BeginTransactionRequest (3.2.0)

public sealed class BeginTransactionRequest : IMessage<BeginTransactionRequest>, IEquatable<BeginTransactionRequest>, IDeepCloneable<BeginTransactionRequest>, IBufferMessage, IMessage

The request for [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].

Inheritance

Object > BeginTransactionRequest

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

BeginTransactionRequest()

public BeginTransactionRequest()

BeginTransactionRequest(BeginTransactionRequest)

public BeginTransactionRequest(BeginTransactionRequest other)
Parameter
NameDescription
otherBeginTransactionRequest

Properties

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project against which to make the request.

Property Value
TypeDescription
String

TransactionOptions

public TransactionOptions TransactionOptions { get; set; }

Options for a new transaction.

Property Value
TypeDescription
TransactionOptions