public sealed class MaterializedViewEntity : IMessage<MaterializedViewEntity>, IEquatable<MaterializedViewEntity>, IDeepCloneable<MaterializedViewEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class MaterializedViewEntity.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `MaterializedViewEntity` class within the Google Cloud Database Migration v1 API, specifically version 2.4.0."],["`MaterializedViewEntity` represents a materialized view in a database schema and inherits from the base `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one (`MaterializedViewEntity()`) and a copy constructor (`MaterializedViewEntity(MaterializedViewEntity other)`) for creating new instances from existing ones."],["It includes properties like `CustomFeatures` of type `Struct` for custom engine features, and `SqlCode` of type `string`, which stores the SQL code used to define the view."],["The page also lists the versions of the api from version 1.0.0 all the way up to 2.5.0, which is the latest version."]]],[]]