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 version 3.9.0 is also shown as being available."],["This page documents `CreateDatabaseMetadata`, a class in the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for metadata of the database creation operation."],["`CreateDatabaseMetadata` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances and includes properties like `Database` (string) and `DatabaseAsDatabaseName` (DatabaseName) to represent the database being created."],["The page also lists older versions of the class, available for reference."]]],[]]