public sealed class UpdateDatabaseMetadata : IMessage<UpdateDatabaseMetadata>, IEquatable<UpdateDatabaseMetadata>, IDeepCloneable<UpdateDatabaseMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class UpdateDatabaseMetadata.
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."],[[["This webpage provides reference documentation for the `UpdateDatabaseMetadata` class within the Firestore Admin v1 API for .NET."],["The class is part of the `Google.Cloud.Firestore.Admin.V1` namespace and is available in the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["The latest version documented is 3.12.0, but it shows versions of the documentation dating back to version 2.2.0, with version 3.7.0 being the primary version."],["The `UpdateDatabaseMetadata` class is used to handle metadata related to database update operations and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available: a default constructor and one that takes another `UpdateDatabaseMetadata` object as a parameter for copying."]]],[]]