public sealed class WriteResult : IMessage<WriteResult>, IEquatable<WriteResult>, IDeepCloneable<WriteResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class WriteResult.
The result of applying a write.
Implements
IMessageWriteResult, IEquatableWriteResult, IDeepCloneableWriteResult, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
WriteResult()
public WriteResult()
WriteResult(WriteResult)
public WriteResult(WriteResult other)
Parameter | |
---|---|
Name | Description |
other | WriteResult |
Properties
TransformResults
public RepeatedField<Value> TransformResults { get; }
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
Property Value | |
---|---|
Type | Description |
RepeatedFieldValue |
UpdateTime
public Timestamp UpdateTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |