Class WriteResult (2.3.1)

public sealed class WriteResult

The result of a write operation, in terms of the server's update time.

Inheritance

Object > WriteResult

Namespace

Google.Cloud.Firestore

Assembly

Google.Cloud.Firestore.dll

Properties

UpdateTime

public Timestamp UpdateTime { get; }

The update time as exposed by the server. This can be used to create a precondition using LastUpdated(Timestamp).

Property Value
TypeDescription
Timestamp