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 document outlines the `CreateDatabaseMetadata` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, detailing its role in managing the metadata for database creation operations."],["The class `CreateDatabaseMetadata` is part of the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateDatabaseMetadata` class has two constructors: a default one and another that accepts an existing `CreateDatabaseMetadata` object as a parameter for copying purposes."],["The document highlights the class's properties, including `Database`, which is a string representing the name of the database being created, and `DatabaseAsDatabaseName`, which provides a typed view over the database resource name."],["The document showcases the availability of different versions of this component, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05, all of which are linked to their respective documentation."]]],[]]