Firestore v1 API - Class WriteResult (3.6.0)

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.

Inheritance

object > WriteResult

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

WriteResult()

public WriteResult()

WriteResult(WriteResult)

public WriteResult(WriteResult other)
Parameter
NameDescription
otherWriteResult

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
TypeDescription
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
TypeDescription
Timestamp