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 reference documentation for the `CreateDatabaseMetadata` class within the Google Cloud Firestore Admin v1 API, specifically detailing its implementation and usage in .NET."],["The content covers a range of versions, from 2.2.0 to the latest 3.12.0, along with links to documentation for each version of `CreateDatabaseMetadata`."],["`CreateDatabaseMetadata` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use with the Firestore database creation process."],["The page details the class's inheritance from `object` and lists inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The document describes two constructors for `CreateDatabaseMetadata`: a default constructor and one that takes another `CreateDatabaseMetadata` object as a parameter for creating copies."]]],[]]