Class BeginTransactionResponse
The response for Datastore.BeginTransaction.
Inheritance
System.Object
BeginTransactionResponse
Implements
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class BeginTransactionResponse : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Transaction
The transaction identifier (always present).
Declaration
public virtual string Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |