public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
The request for [Datastore.Rollback][google.datastore.v1.Datastore.Rollback].
Implements
IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
RollbackRequest()
public RollbackRequest()
RollbackRequest(RollbackRequest)
public RollbackRequest(RollbackRequest other)
Parameter | |
---|---|
Name | Description |
other | RollbackRequest |
Properties
DatabaseId
public string DatabaseId { get; set; }
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
Required. The ID of the project against which to make the request.
Property Value | |
---|---|
Type | Description |
String |
Transaction
public ByteString Transaction { get; set; }
Required. The transaction identifier, returned by a call to [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
Property Value | |
---|---|
Type | Description |
ByteString |