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 `DropDatabaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and other .NET functionalities."],["The `DropDatabaseRequest` class has two constructors: a default constructor and one that takes another `DropDatabaseRequest` instance as a parameter for copying, as well as contains a property called `Database` for specifying the database to be dropped."],["The page provides links to various versions of the `DropDatabaseRequest` documentation, with version `5.0.0-beta05` being the latest and version `3.12.0` being the current version of the documentation page."],["The `DatabaseAsDatabaseName` property allows for a `DatabaseName`-typed view of the `Database` resource name, providing a structured way to interact with the database identifier."]]],[]]