[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eWriteResult\u003c/code\u003e class documentation is 3.10.0, part of the Google Cloud Firestore API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThis page provides reference documentation and code samples for the \u003ccode\u003eWriteResult\u003c/code\u003e class, which represents the outcome of a write operation on the server.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWriteResult\u003c/code\u003e class is a sealed class that inherits from \u003ccode\u003eobject\u003c/code\u003e, with a single property called \u003ccode\u003eUpdateTime\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTime\u003c/code\u003e property, of type \u003ccode\u003eTimestamp\u003c/code\u003e, provides the server's update time, which can be used as a precondition with \u003ccode\u003eLastUpdated(Timestamp)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes versions of the \u003ccode\u003eWriteResult\u003c/code\u003e class going back to 2.3.1.\u003c/p\u003e\n"]]],[],null,["# Firestore API - Class WriteResult (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.Firestore/latest/Google.Cloud.Firestore.WriteResult)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.9.0/Google.Cloud.Firestore.WriteResult)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.8.0/Google.Cloud.Firestore.WriteResult)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.7.0/Google.Cloud.Firestore.WriteResult)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.6.0/Google.Cloud.Firestore.WriteResult)\n- [3.5.1](/dotnet/docs/reference/Google.Cloud.Firestore/3.5.1/Google.Cloud.Firestore.WriteResult)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.4.0/Google.Cloud.Firestore.WriteResult)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.3.0/Google.Cloud.Firestore.WriteResult)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.2.0/Google.Cloud.Firestore.WriteResult)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.1.0/Google.Cloud.Firestore.WriteResult)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.0.0/Google.Cloud.Firestore.WriteResult)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Firestore/2.5.0/Google.Cloud.Firestore.WriteResult)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Firestore/2.4.0/Google.Cloud.Firestore.WriteResult)\n- [2.3.1](/dotnet/docs/reference/Google.Cloud.Firestore/2.3.1/Google.Cloud.Firestore.WriteResult) \n\n public sealed class WriteResult\n\nReference documentation and code samples for the Firestore API class WriteResult.\n\nThe result of a write operation, in terms of the server's update time. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WriteResult \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Firestore](/dotnet/docs/reference/Google.Cloud.Firestore/latest/Google.Cloud.Firestore)\n\nAssembly\n--------\n\nGoogle.Cloud.Firestore.dll\n\nProperties\n----------\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; }\n\nThe update time as exposed by the server. This can be used to create\na precondition using [LastUpdated(Timestamp)](/dotnet/docs/reference/Google.Cloud.Firestore/latest/Google.Cloud.Firestore.Precondition#Google_Cloud_Firestore_Precondition_LastUpdated_Google_Cloud_Firestore_Timestamp_)."]]