public sealed class DocumentRemove : IMessage<DocumentRemove>, IEquatable<DocumentRemove>, IDeepCloneable<DocumentRemove>, IBufferMessage, IMessage
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 details the \u003ccode\u003eDocumentRemove\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace, which signals that a Firestore document is no longer relevant to a target and has gone out of view.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentRemove\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties including \u003ccode\u003eDocument\u003c/code\u003e, which is the name of the removed document, \u003ccode\u003eReadTime\u003c/code\u003e which contains the timestamp of the removal, and \u003ccode\u003eRemovedTargetIds\u003c/code\u003e, which is a collection of target IDs affected by this removal.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage covers multiple versions of the \u003ccode\u003eDocumentRemove\u003c/code\u003e class, ranging from version 2.3.0 all the way up to the latest 3.10.0, with links to the specific documentation of each.\u003c/p\u003e\n"]]],[],null,[]]