Class WriteResult
The result of a write operation, in terms of the server's update time.
Namespace: Google.Cloud.Firestore
Assembly: Google.Cloud.Firestore.dll
Syntax
public sealed class WriteResult
Properties
UpdateTime
The update time as exposed by the server. This can be used to create a precondition using LastUpdated(Timestamp).
Declaration
public Timestamp UpdateTime { get; }
Property Value
Type | Description |
---|---|
Timestamp |