public sealed class CreateDatabaseMetadata : IMessage<CreateDatabaseMetadata>, IEquatable<CreateDatabaseMetadata>, IDeepCloneable<CreateDatabaseMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class CreateDatabaseMetadata.
Metadata related to the create database operation.
[[["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 webpage provides documentation for the `CreateDatabaseMetadata` class within the Google Cloud Firestore Admin v1 API for .NET."],["The latest version available is 3.12.0, with versions dating back to 2.2.0 also documented."],["`CreateDatabaseMetadata` is used to represent metadata associated with the operation of creating a database in Firestore."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for its functionality."],["The class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, and it also includes its own constructors for default or copy initialization."]]],[]]