public sealed class DeleteDatabaseRequest : IMessage<DeleteDatabaseRequest>, IEquatable<DeleteDatabaseRequest>, IDeepCloneable<DeleteDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DeleteDatabaseRequest.
The request for
[FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase].
The current etag of the Database.
If an etag is provided and does not match the current etag of the database,
deletion will be blocked and a FAILED_PRECONDITION error will be returned.
[[["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 document provides reference information for the \u003ccode\u003eDeleteDatabaseRequest\u003c/code\u003e class within the Google Cloud Firestore Admin v1 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteDatabaseRequest\u003c/code\u003e is a class used to structure requests for deleting a database in Firestore, implementing several interfaces like \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 \u003ccode\u003eDeleteDatabaseRequest\u003c/code\u003e class has properties such as \u003ccode\u003eDatabaseName\u003c/code\u003e, \u003ccode\u003eEtag\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e, which are used to specify the database to be deleted and to manage etag for conditional deletion.\u003c/p\u003e\n"],["\u003cp\u003eThe document covers multiple versions of the API from 2.2.0 up to 3.12.0(latest), including version 3.11.0, of which it is currently displaying the reference for.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, and has two constructors : one parameterless and another that accepts a \u003ccode\u003eDeleteDatabaseRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,[]]