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 within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requests to drop a database."],["The latest version of `DropDatabaseRequest` is `5.0.0-beta05`, with multiple previous versions available ranging back to version `3.5.0`."],["`DropDatabaseRequest` 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 instances."],["It features properties like `Database` (a string) and `DatabaseAsDatabaseName` (a `DatabaseName` type) to specify the database to be dropped."]]],[]]