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 webpage provides documentation for the \u003ccode\u003eDocumentChange\u003c/code\u003e class within the Google Cloud Firestore v1 API, covering its various versions, with the latest being 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentChange\u003c/code\u003e class represents a change to a Firestore \u003ccode\u003eDocument\u003c/code\u003e, potentially resulting from multiple writes or deletes, and it can affect multiple targets.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which means it is designed for efficient message handling and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentChange\u003c/code\u003e has properties such as \u003ccode\u003eDocument\u003c/code\u003e, \u003ccode\u003eRemovedTargetIds\u003c/code\u003e, and \u003ccode\u003eTargetIds\u003c/code\u003e, which hold information about the new document state, targets that no longer match the document, and targets that match the document, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentChange\u003c/code\u003e class has two constructors, one default constructor that takes no parameters and one that takes another \u003ccode\u003eDocumentChange\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,[]]