public sealed class DocumentRemove : IMessage<DocumentRemove>, IEquatable<DocumentRemove>, IDeepCloneable<DocumentRemove>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class DocumentRemove.
A [Document][google.firestore.v1.Document] has been removed from the view of
the targets.
Sent if the document is no longer relevant to a target and is out of view.
Can be sent instead of a DocumentDelete or a DocumentChange if the server
can not send the new value of the document.
Multiple [DocumentRemove][google.firestore.v1.DocumentRemove] messages may be
returned for the same logical write or delete, 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\u003eDocumentRemove\u003c/code\u003e class within the Google Cloud Firestore V1 API, with version 3.10.0 being the most recent.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentRemove\u003c/code\u003e represents a scenario where a document is no longer relevant to a target and has been removed from the view, potentially replacing \u003ccode\u003eDocumentDelete\u003c/code\u003e or \u003ccode\u003eDocumentChange\u003c/code\u003e messages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentRemove\u003c/code\u003e class, which inherits from \u003ccode\u003eobject\u003c/code\u003e, implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e for functionality and manipulation.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eDocumentRemove\u003c/code\u003e include \u003ccode\u003eDocument\u003c/code\u003e (the resource name of the removed document), \u003ccode\u003eReadTime\u003c/code\u003e (the timestamp when the removal was observed), and \u003ccode\u003eRemovedTargetIds\u003c/code\u003e (a set of IDs for targets that previously matched the document).\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the DocumentRemove class are available, beginning from version 2.3.0 up to the latest 3.10.0, with links provided for each version of the class.\u003c/p\u003e\n"]]],[],null,[]]