public sealed class DocumentDelete : IMessage<DocumentDelete>, IEquatable<DocumentDelete>, IDeepCloneable<DocumentDelete>, IBufferMessage, IMessage
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\u003eThis webpage provides documentation for the \u003ccode\u003eDocumentDelete\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace, detailing its role in representing the deletion of a Firestore document.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentDelete\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, showcasing its integration with Google Cloud Protobuf functionalities and .NET framework conventions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the library documented on this page is \u003ccode\u003e3.10.0\u003c/code\u003e, with various older versions available for reference, ranging back to version \u003ccode\u003e2.3.0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentDelete\u003c/code\u003e objects can be created using the default constructor \u003ccode\u003eDocumentDelete()\u003c/code\u003e or a copy constructor \u003ccode\u003eDocumentDelete(DocumentDelete other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentDelete\u003c/code\u003e class contains properties such as \u003ccode\u003eDocument\u003c/code\u003e, \u003ccode\u003eReadTime\u003c/code\u003e, and \u003ccode\u003eRemovedTargetIds\u003c/code\u003e, which provide details about the deleted document's name, the timestamp of the deletion observation, and the target IDs associated with the entity prior to deletion.\u003c/p\u003e\n"]]],[],null,[]]