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\u003eThe webpage provides documentation for the \u003ccode\u003eDocumentRemove\u003c/code\u003e class within the Firestore v1 API, detailing its function in signaling when a document is removed from the view of targets.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentRemove\u003c/code\u003e is a sealed class, implementing several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which are part of the Protobuf library, as well as the IMessage interface within the same DocumentRemove.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties like \u003ccode\u003eDocument\u003c/code\u003e, \u003ccode\u003eReadTime\u003c/code\u003e, and \u003ccode\u003eRemovedTargetIds\u003c/code\u003e, providing details about the document that was removed, the time of removal, and the affected target IDs.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists several versions of the API, including version 3.10.0 as the latest and it being a part of the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace, located within the \u003ccode\u003eGoogle.Cloud.Firestore.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the class, a default one and one that takes another \u003ccode\u003eDocumentRemove\u003c/code\u003e object for parameter.\u003c/p\u003e\n"]]],[],null,[]]