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."],[[["The `DropDatabaseRequest` class is used to request the dropping of a database in the Google Cloud Spanner Admin Database V1 API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `DropDatabaseRequest` class is accessible via version `5.0.0-beta05`, and the provided content contains versions ranging from `3.5.0` up to the latest."],["This class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It allows for the specification of the target database to be dropped using the `Database` property, which can be represented as either a string or a `DatabaseName` object."],["The DropDatabaseRequest class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace, within the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."]]],[]]