public sealed class CommitResponse : IMessage<CommitResponse>, IEquatable<CommitResponse>, IDeepCloneable<CommitResponse>, IBufferMessage, IMessageThe response for [Datastore.Commit][google.datastore.v1.Datastore.Commit].
Implements
IMessage<CommitResponse>, IEquatable<CommitResponse>, IDeepCloneable<CommitResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
CommitResponse()
public CommitResponse()CommitResponse(CommitResponse)
public CommitResponse(CommitResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
CommitResponse |
Properties
CommitTime
public Timestamp CommitTime { get; set; }The transaction commit timestamp. Not set for non-transactional commits.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
IndexUpdates
public int IndexUpdates { get; set; }The number of index entries updated during the commit, or zero if none were updated.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedField<MutationResult> |
|