Show / Hide Table of Contents

Class BeginTransactionRequest

The request for Datastore.BeginTransaction.

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

Properties

ETag

The ETag of the item.

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

TransactionOptions

Options for a new transaction.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top