Show / Hide Table of Contents

Class BeginTransactionRequest

The request for Datastore.BeginTransaction.

Inheritance
object
BeginTransactionRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class BeginTransactionRequest : IDirectResponseSchema

Properties

DatabaseId

The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.

Declaration
[JsonProperty("databaseId")]
public virtual string DatabaseId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TransactionOptions

Options for a new transaction.

Declaration
[JsonProperty("transactionOptions")]
public virtual TransactionOptions TransactionOptions { get; set; }
Property Value
Type Description
TransactionOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX