public sealed class DocumentDelete : IMessage<DocumentDelete>, IEquatable<DocumentDelete>, IDeepCloneable<DocumentDelete>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class DocumentDelete.
A [Document][google.firestore.v1.Document] has been deleted.
May be the result of multiple [writes][google.firestore.v1.Write], including
updates, the last of which deleted the
[Document][google.firestore.v1.Document].
Multiple [DocumentDelete][google.firestore.v1.DocumentDelete] messages may be
returned for the same logical 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\u003eDocumentDelete\u003c/code\u003e class within the Firestore v1 API, detailing its structure, functionality, and usage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentDelete\u003c/code\u003e indicates that a \u003ccode\u003eDocument\u003c/code\u003e has been deleted and it might be the consequence of multiple writes, including updates.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eDocumentDelete\u003c/code\u003e implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has three properties: \u003ccode\u003eDocument\u003c/code\u003e, a string representing the name of the deleted document, \u003ccode\u003eReadTime\u003c/code\u003e, a timestamp of when the delete was observed, and \u003ccode\u003eRemovedTargetIds\u003c/code\u003e which is a set of target IDs that matched the deleted document.\u003c/p\u003e\n"],["\u003cp\u003eThere is a history of previous versions of this class starting at 2.3.0 and the current latest is 3.10.0.\u003c/p\u003e\n"]]],[],null,[]]