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."],[[["This document outlines the `CreateDatabaseMetadata` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, detailing its structure and functionality in the context of creating databases."],["The latest version available is `5.0.0-beta05`, while the provided content also lists multiple versions of the `CreateDatabaseMetadata` class from `5.0.0-beta04` down to `3.5.0`, showing the development history."],["`CreateDatabaseMetadata` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, highlighting its role within the Google Cloud Spanner .NET library."],["The class includes properties for `Database` (string) and `DatabaseAsDatabaseName` (a `DatabaseName`-typed view), which are used to identify the specific database being created."],["The `CreateDatabaseMetadata` class serves as metadata for the operation returned by `CreateDatabase`, providing details about the database creation process."]]],[]]