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"]],[["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-04-17 UTC."],[[["This document provides reference information for the `DeleteDatabaseRequest` class within the Google Cloud Firestore Admin v1 API, specifically for .NET."],["`DeleteDatabaseRequest` is a class used to structure requests for deleting a database in Firestore, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteDatabaseRequest` class has properties such as `DatabaseName`, `Etag`, and `Name`, which are used to specify the database to be deleted and to manage etag for conditional deletion."],["The 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."],["The class inherits from the base `object` class, and has two constructors : one parameterless and another that accepts a `DeleteDatabaseRequest` as a parameter."]]],[]]