public sealed class DatabaseEngineInfo : IMessage<DatabaseEngineInfo>, IEquatable<DatabaseEngineInfo>, IDeepCloneable<DatabaseEngineInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class DatabaseEngineInfo.
The type and version of a source or destination database.
[[["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 available for the `DatabaseEngineInfo` class is 2.5.0, as part of the Google Cloud Database Migration v1 API."],["The `DatabaseEngineInfo` class, part of the `Google.Cloud.CloudDms.V1` namespace, represents the type and version of a database engine."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["`DatabaseEngineInfo` has properties for `Engine` (type `DatabaseEngine`) and `Version` (type `string`) to define the database's characteristics."],["The content listed includes a range of documented versions from 1.0.0 to 2.5.0, offering a history of changes within the API."]]],[]]