Firestore v1 API - Class CommitResponse (3.6.0)

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

Reference documentation and code samples for the Firestore v1 API class CommitResponse.

The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].

Inheritance

object > CommitResponse

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

CommitResponse()

public CommitResponse()

CommitResponse(CommitResponse)

public CommitResponse(CommitResponse other)
Parameter
NameDescription
otherCommitResponse

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
TypeDescription
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
TypeDescription
RepeatedFieldWriteResult