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."],[[["This page details the `CreateDatabaseMetadata` class, which is part of the Google Cloud Spanner Admin Database V1 and is used to describe the metadata of a database creation operation."],["The `CreateDatabaseMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, offering features for message handling, equality checks, and deep cloning."],["The class has two constructors, one default and another that accepts an existing `CreateDatabaseMetadata` object for creating a copy."],["The `CreateDatabaseMetadata` class includes properties such as `Database` (a string) and `DatabaseAsDatabaseName` (a `DatabaseName` type), providing details about the database being created."],["This page also lists various versions of `CreateDatabaseMetadata`, from version 3.5.0 up to the latest beta version 5.0.0-beta05, all of which are available via a link in the version list."]]],[]]