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 its use within Google's Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default constructor and one that takes another \u003ccode\u003eDocumentRemove\u003c/code\u003e object for copying, which allows the creation of a new \u003ccode\u003eDocumentRemove\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eDocumentRemove\u003c/code\u003e class include \u003ccode\u003eDocument\u003c/code\u003e (the name of the document removed), \u003ccode\u003eReadTime\u003c/code\u003e (the timestamp when the removal was observed), and \u003ccode\u003eRemovedTargetIds\u003c/code\u003e (the IDs of targets that previously included the document).\u003c/p\u003e\n"],["\u003cp\u003eThe page provides links to prior version history, starting at version 2.3.0, up to the latest version at 3.10.0, and these versions can be accessed through provided links.\u003c/p\u003e\n"]]],[],null,[]]