public sealed class CommitResponse : IMessage<CommitResponse>, IEquatable<CommitResponse>, IDeepCloneable<CommitResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Datastore v1 API class CommitResponse.
The response for [Datastore.Commit][google.datastore.v1.Datastore.Commit].
Implements
IMessageCommitResponse, IEquatableCommitResponse, IDeepCloneableCommitResponse, 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 |
int |
|
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 |
RepeatedFieldMutationResult |
|