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 webpage details the `DropDatabaseRequest` class, which is used to request the dropping of a database within the Google Cloud Spanner service."],["The latest version of the library is `5.0.0-beta05`, but the page is specifically viewing version `3.13.0` with many previous version links available, including `5.0.0-beta04`, `4.6.0`, and more."],["The `DropDatabaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `DropDatabaseRequest()` and one that takes another `DropDatabaseRequest` object as a parameter."],["The class contains the `Database` property, which is a string that identifies the database to be dropped, and the `DatabaseAsDatabaseName` property, which provides a typed view of the `Database` resource name."]]],[]]