public sealed class DropDatabaseRequest : IMessage<DropDatabaseRequest>, IEquatable<DropDatabaseRequest>, IDeepCloneable<DropDatabaseRequest>, IBufferMessage, IMessage
The request for [DropDatabase][google.spanner.admin.database.v1.DatabaseAdmin.DropDatabase].
[[["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 page details the `DropDatabaseRequest` class, which is used to request the deletion of a database within the Google Cloud Spanner service."],["The latest version available is `5.0.0-beta05`, while the current page is focused on version `3.11.0`, with multiple previous versions listed."],["The `DropDatabaseRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DropDatabaseRequest` object as a parameter, allowing for copying properties."],["Key properties include `Database`, which is a string representing the database to be dropped, and `DatabaseAsDatabaseName`, a typed view of the database resource name."]]],[]]