Class WriteResult (2.4.0)

WriteResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of applying a write.

Attributes

NameDescription
update_time google.protobuf.timestamp_pb2.Timestamp
The last update time of the document after applying the write. Not set after a delete. If the write did not actually change the document, this will be the previous update_time.
transform_results Sequence[google.cloud.firestore_v1.types.Value]
The results of applying each DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.