Class CommitResponse (4.1.0)

public sealed class CommitResponse : IMessage<CommitResponse>, IEquatable<CommitResponse>, IDeepCloneable<CommitResponse>, IBufferMessage, IMessage

The response for [Datastore.Commit][google.datastore.v1.Datastore.Commit].

Inheritance

Object > CommitResponse

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

CommitResponse()

public CommitResponse()

CommitResponse(CommitResponse)

public CommitResponse(CommitResponse other)
Parameter
NameDescription
otherCommitResponse

Properties

CommitTime

public Timestamp CommitTime { get; set; }

The transaction commit timestamp. Not set for non-transactional commits.

Property Value
TypeDescription
Timestamp

IndexUpdates

public int IndexUpdates { get; set; }

The number of index entries updated during the commit, or zero if none were updated.

Property Value
TypeDescription
Int32

MutationResults

public RepeatedField<MutationResult> MutationResults { get; }

The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.

Property Value
TypeDescription
RepeatedField<MutationResult>