public sealed class DeleteDocumentRequest : IMessage<DeleteDocumentRequest>, IEquatable<DeleteDocumentRequest>, IDeepCloneable<DeleteDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class DeleteDocumentRequest.
The request for
[Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `DeleteDocumentRequest` class within the Google Cloud Firestore v1 API for .NET, specifically version 3.7.0."],["`DeleteDocumentRequest` is a class used to request the deletion of a document in Firestore, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `CurrentDocument`, which is an optional precondition for the deletion, and `Name`, which is the required resource name of the document to be deleted."],["The `DeleteDocumentRequest` class can be constructed either as a new instance or by copying an existing `DeleteDocumentRequest` instance."],["This documentation shows a version history of the documentation for this class, ranging from version 2.3.0 all the way to the latest version, 3.10.0."]]],[]]