public sealed class DatabaseDumpSpec : IMessage<DatabaseDumpSpec>, IEquatable<DatabaseDumpSpec>, IDeepCloneable<DatabaseDumpSpec>, IBufferMessage, IMessage
The specification of database dump to import from or export to.
[[["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 latest version of the `DatabaseDumpSpec` is 2.9.0, with several earlier versions available, including 2.8.0 down to 1.0.0."],["The `DatabaseDumpSpec` class is used to define the specification for database dumps during import or export operations."],["`DatabaseDumpSpec` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DatabaseDumpSpec` class includes two constructors: a default constructor and one that accepts another `DatabaseDumpSpec` object as a parameter."],["This class is located within the `Google.Cloud.Metastore.V1` namespace and is part of the `Google.Cloud.Metastore.V1.dll` assembly."]]],[]]