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."],[[["This webpage details the `DatabaseDumpSpec` class within the `Google.Cloud.Metastore.V1` namespace, which is used for specifying database dumps for import or export operations."],["The latest version of this class is 2.9.0, and the page provides links to documentation for versions ranging from 1.0.0 to 2.9.0."],["`DatabaseDumpSpec` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that takes another `DatabaseDumpSpec` object as a parameter."]]],[]]