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-04-17 UTC."],[[["The latest beta version available is 5.0.0-beta05 for the `DropDatabaseRequest` in the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["`DropDatabaseRequest` is a class used to request the dropping of a database, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DropDatabaseRequest` class includes a `Database` property, which is a required string representing the name of the database to be dropped."],["The `DatabaseAsDatabaseName` property provides a `DatabaseName`-typed view of the database resource name, offering a structured way to access the database's name."],["The class has also implemented multiple constructors, one being the default, and the other taking in another instance of `DropDatabaseRequest`."]]],[]]