Show / Hide Table of Contents

Class RollbackRequest

The request for Datastore.Rollback.

Inheritance
object
RollbackRequest
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 RollbackRequest : 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

Transaction

Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX