public sealed class CommitResponse : IMessage<CommitResponse>, IEquatable<CommitResponse>, IDeepCloneable<CommitResponse>, IBufferMessage, IMessageReference documentation and code samples for the Firestore v1 API class CommitResponse.
The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
Implements
IMessageCommitResponse, IEquatableCommitResponse, IDeepCloneableCommitResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.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 time at which the commit occurred. Any read with an equal or greater
read_time is guaranteed to see the effects of the commit.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
WriteResults
public RepeatedField<WriteResult> WriteResults { get; }The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldWriteResult |
|