Firestore API - Class WriteResult (3.2.0)

public sealed class WriteResult

Reference documentation and code samples for the Firestore API class WriteResult.

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

Inheritance

object > WriteResult

Namespace

GoogleCloudFirestore

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