public sealed class UpdateDatabaseMetadata : IMessage<UpdateDatabaseMetadata>, IEquatable<UpdateDatabaseMetadata>, IDeepCloneable<UpdateDatabaseMetadata>, IBufferMessage, IMessage
Metadata related to the update 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."],[[["The webpage documents `UpdateDatabaseMetadata`, a class within the `Google.Cloud.Firestore.Admin.V1` namespace, found in the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["`UpdateDatabaseMetadata` is part of the .NET Firestore Admin API and is used to represent metadata for database update operations."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various operations and protocols."],["The page lists the previous versions of the UpdateDatabaseMetadata class, ranging from 2.2.0 to the latest 3.12.0 release, offering users the ability to navigate to any of them."],["The `UpdateDatabaseMetadata` class includes two constructors: a default constructor, and one that takes another `UpdateDatabaseMetadata` instance for creating copies."]]],[]]