public sealed class DropDatabaseRequest : IMessage<DropDatabaseRequest>, IEquatable<DropDatabaseRequest>, IDeepCloneable<DropDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class DropDatabaseRequest.
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 provides documentation for the `DropDatabaseRequest` class within the Google Cloud Spanner Database Administration v1 API for .NET."],["The latest version of `DropDatabaseRequest` is 5.0.0-beta05, with multiple previous versions also documented, starting from 3.5.0 and up."],["`DropDatabaseRequest` is used to request the dropping of a database via the `DropDatabase` method in the Spanner Database Admin API."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DropDatabaseRequest` include `Database` (a string representing the database to drop) and `DatabaseAsDatabaseName`, which provides a typed view of the database resource name."]]],[]]