public sealed class DocumentChange : IMessage<DocumentChange>, IEquatable<DocumentChange>, IDeepCloneable<DocumentChange>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class DocumentChange.
A [Document][google.firestore.v1.Document] has changed.
May be the result of multiple [writes][google.firestore.v1.Write], including
deletes, that ultimately resulted in a new value for the
[Document][google.firestore.v1.Document].
Multiple [DocumentChange][google.firestore.v1.DocumentChange] messages may be
returned for the same logical change, if multiple targets are affected.
[[["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\u003eThis page provides reference documentation for the \u003ccode\u003eDocumentChange\u003c/code\u003e class within the Firestore v1 API, specifically within version 3.2.0 of the .NET library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentChange\u003c/code\u003e represents a modification to a Firestore document, which could be the result of multiple writes, including deletes, affecting the document's state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentChange\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eDocumentChange\u003c/code\u003e class include \u003ccode\u003eDocument\u003c/code\u003e (the updated document), \u003ccode\u003eRemovedTargetIds\u003c/code\u003e (targets no longer matching), and \u003ccode\u003eTargetIds\u003c/code\u003e (targets matching the document).\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists the available versions of \u003ccode\u003eDocumentChange\u003c/code\u003e ranging from the latest 3.10.0 down to 2.3.0, including the version this documentation represents, 3.2.0.\u003c/p\u003e\n"]]],[],null,[]]