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."],[[["This webpage provides documentation for the `DatabaseEngineInfo` class within the Google Cloud Database Migration v1 API, specifically for version 2.2.0 of the .NET library."],["`DatabaseEngineInfo` represents the type and version of a source or destination database, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Engine`, which represents the database engine type, and `Version`, which represents the specific version of the database engine."],["The page also outlines the available constructors for the `DatabaseEngineInfo` class, allowing for default instantiation or cloning from another `DatabaseEngineInfo` instance."],["The webpage includes links to all versions of this component, with version 2.5.0 being the latest."]]],[]]