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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document outlines the `CreateDatabaseMetadata` class, which is used for metadata associated with the `CreateDatabase` operation in Google Cloud Spanner."],["The class `CreateDatabaseMetadata` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The document details various versions of the Google Cloud Spanner Admin Database V1 package, including the latest beta version (5.0.0-beta05) and numerous previous releases down to version 3.5.0."],["The class includes two constructors, a default constructor and a copy constructor, and has two properties, `Database` which is a string, and `DatabaseAsDatabaseName` that is a `DatabaseName` type."],["The `CreateDatabaseMetadata` class is located in the `Google.Cloud.Spanner.Admin.Database.V1` namespace, and is contained within the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."]]],[]]