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-03-21 UTC."],[[["The latest version available is 5.0.0-beta05, with numerous previous versions, including stable releases and beta versions, also listed."],["This content is documentation for the `CreateDatabaseMetadata` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, specifically within the context of .NET development."],["`CreateDatabaseMetadata` is a metadata type used for operations returned by the `CreateDatabase` method in Google Spanner's DatabaseAdmin."],["The `CreateDatabaseMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `CreateDatabaseMetadata` class include `Database`, which is a string representing the database being created, and `DatabaseAsDatabaseName`, providing a typed view of the database resource name."]]],[]]