public sealed class CreateDatabaseMetadata : IMessage<CreateDatabaseMetadata>, IEquatable<CreateDatabaseMetadata>, IDeepCloneable<CreateDatabaseMetadata>, IBufferMessage, IMessage
Metadata type for the operation returned by
[CreateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.CreateDatabase].
[[["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 version available is 5.0.0-beta05, while the current document pertains to version 3.7.0 of the Google.Cloud.Spanner.Admin.Database.V1 library."],["This page details the `CreateDatabaseMetadata` class, which is used for metadata related to database creation operations within the Google Cloud Spanner Admin Database API."],["The `CreateDatabaseMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class provides two constructors, one default and one that copies from another `CreateDatabaseMetadata` object."],["`CreateDatabaseMetadata` class includes properties such as `Database`, a string that represents the name of the database being created, and `DatabaseAsDatabaseName`, which is a `DatabaseName`-typed view over the Database property."]]],[]]